Searched refs:threads (Results 1 – 1 of 1) sorted by relevance
145 std::vector<std::future<bool>> threads; in ReadBlocks() local179 threads.emplace_back(std::async(std::launch::async, thread_func)); in ReadBlocks()183 for (auto& t : threads) { in ReadBlocks()