Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h96 return asyncImpl(std::function<decltype(F())()>(std::forward<Func>(F)),
103 return asyncImpl(std::function<decltype(F())()>(std::forward<Func>(F)),
111 std::shared_future<ResTy> asyncImpl(std::function<ResTy()> Task, in asyncImpl() function