You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2017. It is now read-only.
loop.run_in_executor can accept instances of asyncio.Handle. This isn't really documented, and I consider a bit dangerous -- i.e. people can write loop.run_in_executor(loop.call_soon(cb)).
Should we deprecate this functionality?
The text was updated successfully, but these errors were encountered:
loop.run_in_executor
can accept instances ofasyncio.Handle
. This isn't really documented, and I consider a bit dangerous -- i.e. people can writeloop.run_in_executor(loop.call_soon(cb))
.Should we deprecate this functionality?
The text was updated successfully, but these errors were encountered: