Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dfutures.py284 def _set_result_unless_cancelled(fut, result): function
Dunix_events.py452 self._loop.call_soon(futures._set_result_unless_cancelled,
585 self._loop.call_soon(futures._set_result_unless_cancelled,
Dselector_events.py733 self._loop.call_soon(futures._set_result_unless_cancelled,
944 self._loop.call_soon(futures._set_result_unless_cancelled,
Dtasks.py565 futures._set_result_unless_cancelled,
Dproactor_events.py47 self._loop.call_soon(futures._set_result_unless_cancelled,
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py526 futures._set_result_unless_cancelled(fut, 2)