bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852)
asyncio.AbstractEventLoop.run_in_executor should be a method that returns an asyncio Future, not an async method. This matches the concrete implementations, and the documentation better.
J
James Weaver committed
29f84294d88ec493c2de9d6e8dbc12fae3778771
Parent: 99c0ee3
Committed by GitHub <noreply@github.com>
on 8/17/2020, 2:19:46 PM