This website requires JavaScript.
Explore
Help
Register
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
asyncio-taskpool
/
tests
History
Daniil Fajnberg
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
..
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