There was an error while loading. Please reload this page.
1 parent 5cb84ed commit 3c9bb69Copy full SHA for 3c9bb69
1 file changed
Doc/library/asyncio-dev.rst
@@ -19,7 +19,7 @@ and the event loop executes the next task.
19
20
To schedule a callback from a different thread, the
21
:meth:`BaseEventLoop.call_soon_threadsafe` method should be used. Example to
22
-schedule a coroutine from a different::
+schedule a coroutine from a different thread::
23
24
loop.call_soon_threadsafe(asyncio.async, coro_func())
25
0 commit comments