asyncio-taskpool/README.md
2022-02-03 20:10:26 +01:00

20 lines
229 B
Markdown

# asyncio-taskpool
Dynamically manage pools of asyncio tasks
## Usage
...
## Installation
`pip install asyncio-taskpool`
## Dependencies
Python Version 3.8+, tested on Linux
## Building from source
Run `python -m build`