Home
last modified time | relevance | path

Searched refs:worker_void (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.async/
H A Dasync_race.38682.pass.cpp34 static void worker_void() { } in worker_void() function
59 std::future<void> fut = std::async(std::launch::async, worker_void); in main()