Home
last modified time | relevance | path

Searched defs:call_soon (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Doc/library/
Dasyncio-eventloop.rst1587 .. _asyncio_example_call_later:
/external/python/cpython3/Lib/asyncio/
Devents.py261 def call_soon(self, callback, *args): member in AbstractEventLoop
Dbase_events.py736 def call_soon(self, callback, *args, context=None): member in BaseEventLoop
/external/python/cpython3/Modules/
D_asynciomodule.c352 call_soon(PyObject *loop, PyObject *func, PyObject *arg, PyObject *ctx) in call_soon() function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py2597 def call_soon(callback, *args, **kwargs): function