mirror of https://github.com/python/cpython.git
Add missing word ("thread") to sentence about call_soon_threadsafe.
This commit is contained in:
parent
5cb84ed5b1
commit
3c9bb69fa1
|
@ -19,7 +19,7 @@ and the event loop executes the next task.
|
|||
|
||||
To schedule a callback from a different thread, the
|
||||
:meth:`BaseEventLoop.call_soon_threadsafe` method should be used. Example to
|
||||
schedule a coroutine from a different::
|
||||
schedule a coroutine from a different thread::
|
||||
|
||||
loop.call_soon_threadsafe(asyncio.async, coro_func())
|
||||
|
||||
|
|
Loading…
Reference in New Issue