Searched defs:asyncImpl (Results 1 – 3 of 3) sorted by relevance
81 std::shared_future<void> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl() function in ThreadPool131 std::shared_future<void> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl() function in ThreadPool
85 std::shared_future<ThreadPool::VoidTy> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl() function in ThreadPool139 std::shared_future<ThreadPool::VoidTy> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl() function in ThreadPool
148 std::shared_future<ResTy> asyncImpl(std::function<ResTy()> Task, in asyncImpl() function