Pool of asyncio coroutines with familiar interface
Project description
asyncio-pool
Pool of asyncio coroutines with familiar interface. Supports python 3.5+ (including PyPy 6+, which is also 3.5 atm)
AioPool makes sure no more and no less (if possible) than size
spawned coroutines are active at the same time. spawned means created and scheduled with one of the pool interface methods, active means coroutine function started executing it's code, as opposed to waiting -- which waits for pool space without entering coroutine function.
Read more at github page.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asyncio_pool-0.6.0.tar.gz
(10.2 kB
view hashes)
Built Distribution
Close
Hashes for asyncio_pool-0.6.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf4417be93c2776262d93decabbbd633579f7610947fb73d80857823689e1455 |
|
MD5 | d5174cad1529753d7b68f6de66efa515 |
|
BLAKE2b-256 | 13b7b22e41f2f3044da160a664ab74c337da876009ea8809318623ef10120904 |