Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DThreadPool.h84 return asyncImpl(std::function<decltype(F())()>(std::forward<Func>(F)),
91 return asyncImpl(std::function<decltype(F())()>(std::forward<Func>(F)),
148 std::shared_future<ResTy> asyncImpl(std::function<ResTy()> Task, in asyncImpl() function