Dynamically manage pools of asyncio tasks
Go to file
2022-02-06 15:00:47 +01:00
requirements Initial commit 2022-02-03 20:06:30 +01:00
src/asyncio_taskpool docstrings for BaseTaskPool class 2022-02-06 15:00:47 +01:00
tests refactoring; new flush method to clear memory of ended tasks 2022-02-06 13:42:34 +01:00
usage implemented working pool size limit; adjusted tests and examples; small renaming 2022-02-06 13:08:39 +01:00
.coveragerc Initial commit 2022-02-03 20:06:30 +01:00
.gitignore Initial commit 2022-02-03 20:06:30 +01:00
coverage.sh Initial commit 2022-02-03 20:06:30 +01:00
pyproject.toml Initial commit 2022-02-03 20:06:30 +01:00
README.md usage example; pool close instead of gather 2022-02-04 19:23:09 +01:00
setup.cfg meta adjustments 2022-02-03 20:10:26 +01:00

asyncio-taskpool

Dynamically manage pools of asyncio tasks

Usage

See USAGE.md

Installation

pip install asyncio-taskpool

Dependencies

Python Version 3.8+, tested on Linux

Building from source

Run python -m build