asyncio-taskpool/src/asyncio_taskpool
2022-02-07 23:17:39 +01:00
..
__init__.py huge rework; two different task pool classes now 2022-02-05 18:02:32 +01:00
__main__.py client cli and usage example 2022-02-04 16:25:44 +01:00
client.py refactoring, additional command, improvements 2022-02-04 17:41:10 +01:00
constants.py func command, minor changes 2022-02-04 18:00:23 +01:00
exceptions.py refactored TaskPool._map; fixed TaskPool.apply; helper functions in separate module; new exception class 2022-02-07 17:31:43 +01:00
helpers.py refactored TaskPool._map; fixed TaskPool.apply; helper functions in separate module; new exception class 2022-02-07 17:31:43 +01:00
pool.py reworked the _map method to make use of an arguments queue; added docstrings to the TaskPool methods 2022-02-07 23:17:39 +01:00
server.py implemented working pool size limit; adjusted tests and examples; small renaming 2022-02-06 13:08:39 +01:00
types.py refactored TaskPool._map; fixed TaskPool.apply; helper functions in separate module; new exception class 2022-02-07 17:31:43 +01:00