executor/fibers/scheduler/exe/executors/thread_pool.hpp
2024-04-22 18:02:31 +03:00

11 lines
188 B
C++

#pragma once
#include <exe/executors/tp/fast/thread_pool.hpp>
namespace exe::executors {
// Default thread pool
using ThreadPool = tp::fast::ThreadPool;
} // namespace exe::executors