Searched refs:asyncImpl (Results 1 – 1 of 1) sorted by relevance
84 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