This website requires JavaScript.
Explore
Help
Sign In
daniil-berg
/
asyncio-taskpool
Watch
1
Star
0
Fork
0
You've already forked asyncio-taskpool
generated from
daniil-berg/boilerplate-py
Code
Issues
Pull Requests
Projects
Releases
31
Wiki
Activity
Files
v0.8.0-lw
asyncio-taskpool
/
src
/
asyncio_taskpool
T
History
daniil-berg
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
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