Releases: gistart/asyncio-pool
Releases · gistart/asyncio-pool
0.6.0
Minor changes to support py3.10 +
0.5.1
Small cancel()
improvements, got rid of "coroutine was never awaited" warnings.
0.5.0
- spawn_n and map_n are synchronous now, this is a breaking change.
- cancel now waits for coroutines to actually stop
- py38+ compatibility changes and fixes