Searched defs:executorPool (Results 1 – 2 of 2) sorted by relevance
376 auto executorPool = std::make_shared<ExecutorPool>(5, 5); variable
115 std::shared_ptr<Context> context, std::shared_ptr<ExecutorPool> executorPool) in Add()