Searched refs:futures (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/kunit/
H A Drun_checks.py10 from concurrent import futures namespace
40 future_to_name: Dict[futures.Future[None], str] = {}
41 executor = futures.ThreadPoolExecutor(max_workers=len(commands))
51 for f in futures.as_completed(future_to_name.keys()):

Completed in 132 milliseconds