Searched defs:call_soon (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/asyncio/ |
H A D | events.py | 260 def call_soon(self, callback, *args, context=None): member in AbstractEventLoop
|
H A D | base_events.py | 751 def call_soon(self, callback, *args, context=None): member in BaseEventLoop
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_tasks.py | 2179 def call_soon(callback, *args, **kwargs): function
|
/third_party/python/Modules/ |
H A D | _asynciomodule.c | 22 _Py_IDENTIFIER(call_soon); variable 354 call_soon(PyObject *loop, PyObject *func, PyObject *arg, PyObject *ctx) in call_soon() function
|
Completed in 11 milliseconds