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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file asyncio_pool-0.5.1.tar.gz.
File metadata
- Download URL: asyncio_pool-0.5.1.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac7cd90256f7fa90645eda13c86d2be264acf42efbb018d2e6ef5f88de61cf1b
|
|
| MD5 |
974dc07a66eb958cc0cf9b7bd2beecb8
|
|
| BLAKE2b-256 |
10eb7aa671c43f0aadb63be1efa130a34c143ad7c093ec0b82eb5ae331796d61
|
File details
Details for the file asyncio_pool-0.5.1-py3-none-any.whl.
File metadata
- Download URL: asyncio_pool-0.5.1-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8676f92da028949cbe2843dc8322cb963a007f86ea7f47aa798f3949b24375df
|
|
| MD5 |
a8ad477272bf830edff5afe5856af5da
|
|
| BLAKE2b-256 |
f6068389fcadeccd6b31a31dfbe79a93b925d2a4608804fb0288efc7234a7b51
|