Searched defs:call_soon (Results 1 – 5 of 5) sorted by relevance
| /external/python/cpython3/Doc/library/ |
| D | asyncio-eventloop.rst | 1595 .. _asyncio_example_call_later:
|
| /external/python/cpython3/Lib/asyncio/ |
| D | events.py | 261 def call_soon(self, callback, *args, context=None): member in AbstractEventLoop
|
| D | base_events.py | 740 def call_soon(self, callback, *args, context=None): member in BaseEventLoop
|
| /external/python/cpython3/Modules/ |
| D | _asynciomodule.c | 353 call_soon(PyObject *loop, PyObject *func, PyObject *arg, PyObject *ctx) in call_soon() function
|
| /external/python/cpython3/Lib/test/test_asyncio/ |
| D | test_tasks.py | 2661 def call_soon(callback, *args, **kwargs): function
|