Searched defs:call_soon (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Doc/library/ |
D | asyncio-eventloop.rst | 1504 .. _asyncio_example_call_later:
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_proactor_events.py | 741 def test_ctor(self, socketpair, call_soon): argument
|
D | test_tasks.py | 2206 def call_soon(callback, *args, **kwargs): function
|
/external/python/cpython3/Lib/asyncio/ |
D | events.py | 263 def call_soon(self, callback, *args): member in AbstractEventLoop
|
D | base_events.py | 678 def call_soon(self, callback, *args, context=None): member in BaseEventLoop
|
/external/python/cpython3/Modules/ |
D | _asynciomodule.c | 340 call_soon(PyObject *loop, PyObject *func, PyObject *arg, PyObject *ctx) in call_soon() function
|