blob: bf3aa0286dfd7997a6a2c11d8214e6f023025295 (
plain) (
blame)
1
2
3
4
|
wait_for2 is an alternate implementation of asyncio.wait_for(). It
handles several edge cases like simultaneous cancellation of wait
and completion of future differently and consistently across Python
versions 3.7+.
|