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.py308 def _set_result_unless_cancelled(fut, result): function
Dselector_events.py782 self._loop.call_soon(futures._set_result_unless_cancelled,
1009 self._loop.call_soon(futures._set_result_unless_cancelled,
Dunix_events.py467 self._loop.call_soon(futures._set_result_unless_cancelled,
609 self._loop.call_soon(futures._set_result_unless_cancelled,
Dtasks.py648 futures._set_result_unless_cancelled,
Dproactor_events.py69 self._loop.call_soon(futures._set_result_unless_cancelled,
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py551 futures._set_result_unless_cancelled(fut, 2)