Home
last modified time | relevance | path

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

/third_party/python/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.py477 self._loop.call_soon(futures._set_result_unless_cancelled,
619 self._loop.call_soon(futures._set_result_unless_cancelled,
Dtasks.py602 futures._set_result_unless_cancelled,
Dproactor_events.py69 self._loop.call_soon(futures._set_result_unless_cancelled,
/third_party/python/Lib/test/test_asyncio/
Dtest_futures.py593 futures._set_result_unless_cancelled(fut, 2)