Home
last modified time | relevance | path

Searched refs:_call_soon (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dbase_events.py692 handle = self._call_soon(callback, args, context)
707 def _call_soon(self, callback, args, context): member in BaseEventLoop
736 handle = self._call_soon(callback, args, context)