Searched refs:FIRST_COMPLETED (Results 1 – 9 of 9) sorted by relevance
8 from concurrent.futures._base import (FIRST_COMPLETED,
12 FIRST_COMPLETED = 'FIRST_COMPLETED' variable160 elif return_when == FIRST_COMPLETED:295 if (return_when == FIRST_COMPLETED) and done:
344 FIRST_COMPLETED = concurrent.futures.FIRST_COMPLETED variable369 if return_when not in (FIRST_COMPLETED, FIRST_EXCEPTION, ALL_COMPLETED):479 return_when == FIRST_COMPLETED or
517 return_when=asyncio.FIRST_COMPLETED)543 return_when=asyncio.FIRST_COMPLETED)
516 return_when=asyncio.FIRST_COMPLETED)542 return_when=asyncio.FIRST_COMPLETED)
597 return_when=futures.FIRST_COMPLETED)607 return_when=futures.FIRST_COMPLETED)
457 | :const:`FIRST_COMPLETED` | The function will return when any |
585 | :const:`FIRST_COMPLETED` | The function will return when any |
1346 asyncio.wait([b, a], return_when=asyncio.FIRST_COMPLETED))1375 asyncio.wait([b, a], return_when=asyncio.FIRST_COMPLETED))