Home
last modified time | relevance | path

Searched defs:return_when (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dtasks.py373 async def wait(fs, *, loop=None, timeout=None, return_when=ALL_COMPLETED): argument
498 async def _wait(fs, timeout, return_when, loop): argument
/external/python/cpython3/Lib/concurrent/futures/
D_base.py157 def _create_and_install_waiters(fs, return_when): argument
265 def wait(fs, timeout=None, return_when=ALL_COMPLETED): argument
/external/python/futures/concurrent/futures/
D_base.py154 def _create_and_install_waiters(fs, return_when): argument
266 def wait(fs, timeout=None, return_when=ALL_COMPLETED): argument