Searched defs:return_when (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/asyncio/ |
D | tasks.py | 335 async def wait(fs, *, loop=None, timeout=None, return_when=ALL_COMPLETED): argument 428 async def _wait(fs, timeout, return_when, loop): argument
|
/external/python/cpython3/Lib/concurrent/futures/ |
D | _base.py | 152 def _create_and_install_waiters(fs, return_when): argument 260 def wait(fs, timeout=None, return_when=ALL_COMPLETED): argument
|
/external/python/futures/concurrent/futures/ |
D | _base.py | 154 def _create_and_install_waiters(fs, return_when): argument 266 def wait(fs, timeout=None, return_when=ALL_COMPLETED): argument
|