SIGN IN SIGN UP

bpo-32309: Implement asyncio.to_thread() (GH-20143)

Implements `asyncio.to_thread`, a coroutine for asynchronously running IO-bound functions in a separate thread without blocking the event loop. See the discussion starting from [here](https://github.com/python/cpython/pull/18410#issuecomment-628930973) in GH-18410 for context.

Automerge-Triggered-By: @aeros
K
Kyle Stanley committed
cc2bbc2227c3f5ed9d8f6b3bd052e6f9e68279d2
Parent: d4fe098
Committed by GitHub <noreply@github.com> on 5/19/2020, 3:03:28 AM