asyncio-taskpool/src/asyncio_taskpool
2022-03-17 13:52:02 +01:00
..
control control interface now supports TaskPool instances: 2022-03-16 11:27:27 +01:00
__init__.py moved control-related modules to a sub-package; minor corrections 2022-03-13 15:18:53 +01:00
constants.py big rework of the session-parser-interaction; 2022-03-13 14:56:56 +01:00
exceptions.py removed a few functions from the public API; fixed some docstrings/comments 2022-03-14 19:16:28 +01:00
group_register.py huge update: 2022-02-24 19:16:24 +01:00
helpers.py control interface now supports TaskPool instances: 2022-03-16 11:27:27 +01:00
pool.py removed num_cancellations and num_finished from the pool interface; added num_cancelled; made the num argument non-optional in the start and stop methods of the SimpleTaskPool; changed some internals; improved docstrings 2022-03-17 13:52:02 +01:00
queue_context.py removed a few functions from the public API; fixed some docstrings/comments 2022-03-14 19:16:28 +01:00
types.py huge update: 2022-02-24 19:16:24 +01:00