Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/concurrent/futures/
D_base.py12 FIRST_COMPLETED = 'FIRST_COMPLETED' variable
/external/python/cpython3/Lib/asyncio/
Dtasks.py419 FIRST_COMPLETED = concurrent.futures.FIRST_COMPLETED variable