Home
last modified time | relevance | path

Searched refs:_result_or_cancel (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/concurrent/futures/
H A D_base.py314 def _result_or_cancel(fut, timeout=None): function
619 yield _result_or_cancel(fs.pop())
621 yield _result_or_cancel(fs.pop(), end_time - time.monotonic())

Completed in 2 milliseconds