asyncio-taskpool/tests
2022-03-17 13:52:02 +01:00
..
test_control control interface now supports TaskPool instances: 2022-03-16 11:27:27 +01:00
__init__.py Initial commit 2022-02-03 20:06:30 +01:00
test_group_register.py added unittests 2022-03-08 09:05:59 +01:00
test_helpers.py control interface now supports TaskPool instances: 2022-03-16 11:27:27 +01:00
test_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
test_queue_context.py added unittests 2022-03-08 09:05:59 +01:00