Searched defs:as_completed (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/asyncio/ | ||
D | tasks.py | 524 def as_completed(fs, *, timeout=None): function |
/third_party/python/Lib/concurrent/futures/ | ||
D | _base.py | 201 def as_completed(fs, timeout=None): function |