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