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