Searched refs:SingleThreadedWorkerPool (Results 1 – 1 of 1) sorted by relevance
63 class SingleThreadedWorkerPool final : public WorkerThreadPool class71 std::shared_ptr<WaitableEvent> SingleThreadedWorkerPool::postWorkerTask( in postWorkerTask()80 bool SingleThreadedWorkerPool::isAsync() in isAsync()302 return std::shared_ptr<WorkerThreadPool>(new SingleThreadedWorkerPool()); in Create()