Home
last modified time | relevance | path

Searched defs:call_soon (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/asyncio/
H A Devents.py260 def call_soon(self, callback, *args, context=None): member in AbstractEventLoop
H A Dbase_events.py751 def call_soon(self, callback, *args, context=None): member in BaseEventLoop
/third_party/python/Lib/test/test_asyncio/
H A Dtest_tasks.py2179 def call_soon(callback, *args, **kwargs): function
/third_party/python/Modules/
H A D_asynciomodule.c22 _Py_IDENTIFIER(call_soon); variable
354 call_soon(PyObject *loop, PyObject *func, PyObject *arg, PyObject *ctx) in call_soon() function

Completed in 11 milliseconds