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