reworked the _map method to make use of an arguments queue; added docstrings to the TaskPool methods

This commit is contained in:
2022-02-07 23:17:39 +01:00
parent 99ece436de
commit 16eda31648
2 changed files with 131 additions and 67 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = asyncio-taskpool
version = 0.0.3
version = 0.1.1
author = Daniil Fajnberg
author_email = mail@daniil.fajnberg.de
description = Dynamically manage pools of asyncio tasks