Searched refs:futures (Results 1 – 2 of 2) sorted by relevance
47 import concurrent.futures534 pool = concurrent.futures.ThreadPoolExecutor()548 pool = concurrent.futures.ThreadPoolExecutor()
1127 futures.emplace_back(start_thread(i)); in start_ops()1134 for (auto &f : futures) { in join_threads()1190 std::vector<std::future<void> > futures; member in Memory