executor/fibers/scheduler/exe/executors/thread_pool.hpp

11 lines
188 B
C++
Raw Normal View History

2024-04-22 15:02:31 +00:00
#pragma once
#include <exe/executors/tp/fast/thread_pool.hpp>
namespace exe::executors {
// Default thread pool
using ThreadPool = tp::fast::ThreadPool;
} // namespace exe::executors