Re: Add timeout parameter to Synchronization Primitives in asyncio

Sept. 19, 2021
11:32 p.m.
This is already supported with [`asyncio.wait_for()`]( https://docs.python.org/3/library/asyncio-task.html#asyncio.wait_for). For example: `await asyncio.wait_for(asyncio.Event().wait(), timeout=60)`
1276
Age (days ago)
1276
Last active (days ago)
0 comments
1 participants
participants (1)
-
Blue