Initial commit

This commit is contained in:
2022-02-03 20:06:30 +01:00
commit 3d5d9bd8be
10 changed files with 81 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# asyncio-taskpool
Dynamically manage pools of asyncio tasks
## Usage
...
## Installation
`pip install asyncio-taskpool`
## Dependencies
Python Version ..., OS ...
## Building from source
Run `python -m build`