Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Dasyncio-eventloop.rst1504 .. _asyncio_example_call_later:
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_proactor_events.py741 def test_ctor(self, socketpair, call_soon): argument
Dtest_tasks.py2206 def call_soon(callback, *args, **kwargs): function
/external/python/cpython3/Lib/asyncio/
Devents.py263 def call_soon(self, callback, *args): member in AbstractEventLoop
Dbase_events.py678 def call_soon(self, callback, *args, context=None): member in BaseEventLoop
/external/python/cpython3/Modules/
D_asynciomodule.c340 call_soon(PyObject *loop, PyObject *func, PyObject *arg, PyObject *ctx) in call_soon() function