python / asyncio

asyncio historical repository
https://docs.python.org/3/library/asyncio.html
1.04k stars 177 forks source link

Handle if async generators are GCed from another thread. #447

Closed 1st1 closed 7 years ago

1st1 commented 7 years ago

_asyncgen_finalizer_hook should wake up the loop in case it was called from another thread.