Daniil Fajnberg daniil-berg
  • Joined on 2021-11-02
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-26 10:29:50 +01:00
0e7e92a91b better error handling when converting arguments
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-25 12:58:46 +01:00
a9011076c4 fixed potential race cond. gathering meta tasks
daniil-berg pushed tag v1.0.0-beta to daniil-berg/asyncio-taskpool 2022-03-24 13:46:13 +01:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-24 13:46:13 +01:00
7e34aa106d sphinx documentation; adjusted all docstrings; moved some modules to non-public subpackage
daniil-berg pushed tag v0.8.0-lw to daniil-berg/asyncio-taskpool 2022-03-17 13:52:24 +01:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-17 13:52:23 +01:00
4c6a5412ca 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
daniil-berg pushed tag v0.7.1-lw to daniil-berg/asyncio-taskpool 2022-03-16 16:57:16 +01:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-16 16:57:15 +01:00
44c03cc493 catching exceptions in `_queue_consumer` meta task
daniil-berg pushed tag v0.7.0-lw to daniil-berg/asyncio-taskpool 2022-03-16 11:27:45 +01:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-16 11:27:44 +01:00
689a74c678 control interface now supports `TaskPool` instances:
daniil-berg pushed tag v0.6.4-lw to daniil-berg/asyncio-taskpool 2022-03-14 19:17:08 +01:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-14 19:17:07 +01:00
3503c0bf44 removed a few functions from the public API; fixed some docstrings/comments
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-14 18:13:56 +01:00
3d104c979e typo
daniil-berg pushed tag v0.6.3-lw to daniil-berg/asyncio-taskpool 2022-03-14 18:10:22 +01:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-14 18:10:21 +01:00
a92e646411 improved and extended usage/readme docs; small fixes
daniil-berg pushed tag v0.6.2-lw to daniil-berg/asyncio-taskpool 2022-03-13 16:12:20 +01:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-13 16:12:19 +01:00
3d84e1552b version bump
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-13 16:11:25 +01:00
38f4ec1b06 finally reached 100% unittest coverage overall
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-13 15:44:58 +01:00
6f082288d8 brought unittest coverage up to 100% on control modules
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-13 15:19:02 +01:00
9fde231250 moved control-related modules to a sub-package; minor corrections