Searched refs:executorPool (Results 1 – 3 of 3) sorted by relevance
115 std::shared_ptr<Context> context, std::shared_ptr<ExecutorPool> executorPool) in Add() argument118 rdbCache_.Compute(key, [&observer, &context, executorPool, this](const auto &key, auto &value) { in Add()138 executorPool->Execute(task); in Add()
59 std::shared_ptr<ExecutorPool> executorPool);
376 auto executorPool = std::make_shared<ExecutorPool>(5, 5); variable379 executorPool->Execute([index = i % len] { in __anon5220b2e90102()