start
@@ -32,7 +32,7 @@ async def work(_foo, _bar): ...
async def main():
pool = SimpleTaskPool(work, args=('xyz', 420))
await pool.start(5)
pool.start(5)
...
pool.stop(3)
The note is not visible to the blocked user.