Searched refs:worker_ref (Results 1 – 1 of 1) sorted by relevance
32 static int& worker_ref(int& i) { return i; } in worker_ref() function50 std::future<int&> fut = std::async(std::launch::async, worker_ref, std::ref(i)); in main()