Searched defs:fut (Results 1 – 1 of 1) sorted by relevance
41 std::future<int> fut = std::async(std::launch::async, worker, v); in main() local50 std::future<int&> fut = std::async(std::launch::async, worker_ref, std::ref(i)); in main() local59 std::future<void> fut = std::async(std::launch::async, worker_void); in main() local