Home
last modified time | relevance | path

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

/third_party/python/Lib/asyncio/
Dtasks.py349 async def wait(fs, *, timeout=None, return_when=ALL_COMPLETED): argument
463 async def _wait(fs, timeout, return_when, loop): argument
/third_party/python/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