Home
last modified time | relevance | path

Searched defs:call_soon (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Doc/library/
Dasyncio-eventloop.rst1605 .. _asyncio_example_call_later:
/third_party/python/Lib/asyncio/
Devents.py261 def call_soon(self, callback, *args, context=None): member in AbstractEventLoop
Dbase_events.py735 def call_soon(self, callback, *args, context=None): member in BaseEventLoop
/third_party/python/Modules/
D_asynciomodule.c353 call_soon(PyObject *loop, PyObject *func, PyObject *arg, PyObject *ctx) in call_soon() function
/third_party/python/Lib/test/test_asyncio/
Dtest_tasks.py2654 def call_soon(callback, *args, **kwargs): function