Daniel Fainberg daniil-berg
  • Joined on 2021-11-02
daniil-berg pushed tag v0.1.6-lw to daniil-berg/asyncio-taskpool 2022-02-08 14:30:58 +01:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-02-08 14:30:57 +01:00
727f0b7c8b added full test coverage and docstrings for TaskPool as well as minor improvements
daniil-berg pushed tag v0.1.5-lw to daniil-berg/asyncio-taskpool 2022-02-08 13:30:12 +01:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-02-08 13:30:12 +01:00
63aab1a8f6 added full test coverage of TaskPool and further improved its _map() method
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-02-08 12:23:24 +01:00
d48b20818f small improvement to the TaskPool._map args queue; added docstring to helper method
daniil-berg pushed tag v0.1.4-lw to daniil-berg/asyncio-taskpool 2022-02-08 12:23:24 +01:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-02-08 12:10:04 +01:00
3c69740c8d factored out the queue setup of TaskPool._map
586023f722 fixed unittests; minor changes
Compare 2 commits »
daniil-berg pushed tag v0.1.3-lw to daniil-berg/asyncio-taskpool 2022-02-08 12:10:04 +01:00
daniil-berg pushed tag v0.1.1-lw to daniil-berg/asyncio-taskpool 2022-02-07 23:17:55 +01:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-02-07 23:17:54 +01:00
16eda31648 reworked the _map method to make use of an arguments queue; added docstrings to the TaskPool methods
99ece436de docstrings
Compare 2 commits »
daniil-berg pushed tag v0.0.3-lw to daniil-berg/asyncio-taskpool 2022-02-07 17:31:57 +01:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-02-07 17:31:57 +01:00
4ea815be65 refactored TaskPool._map; fixed TaskPool.apply; helper functions in separate module; new exception class
daniil-berg pushed tag v0.0.2-lw to daniil-berg/asyncio-taskpool 2022-02-07 14:24:14 +01:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-02-07 14:24:03 +01:00
ac903d9be7 full test coverage for BaseTaskPool
e8e13406ea new interrupt flag for cancel_all to prevent _map() from starting new tasks
2d40f5707b docstrings for BaseTaskPool class
c0c9246b87 refactoring
ba0d5fca85 refactoring/renaming
Compare 5 commits »
daniil-berg pushed tag v0.0.1-lw to daniil-berg/asyncio-taskpool 2022-02-06 14:04:31 +01:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-02-06 13:42:37 +01:00
b5eed608b5 refactoring; new flush method to clear memory of ended tasks
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-02-06 13:09:03 +01:00
2f0b08edf0 implemented working pool size limit; adjusted tests and examples; small renaming
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-02-05 22:28:28 +01:00
a68e61dfa7 small test improvement
9ec5359fd6 docstrings, refactorings, test adjustments
Compare 2 commits »
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-02-05 19:35:00 +01:00
3a27040a54 first couple of unittests for BaseTaskPool
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-02-05 18:29:24 +01:00
a154901bdf some convenience methods; minor renaming