Searched refs:asyncImpl (Results 1 – 1 of 1) sorted by relevance
97 return asyncImpl(std::function<decltype(F())()>(std::forward<Func>(F)),104 return asyncImpl(std::function<decltype(F())()>(std::forward<Func>(F)),112 std::shared_future<ResTy> asyncImpl(std::function<ResTy()> Task, in asyncImpl() function