#include <exe4cpp/asio/ThreadPool.h>
|
typedef std::function< void(uint32_t)> | thread_init_t |
|
|
| ThreadPool (const std::shared_ptr< asio::io_service > &io_service, uint32_t concurrency) |
|
| ThreadPool (const std::shared_ptr< asio::io_service > &io_service, uint32_t concurrency, const thread_init_t &on_thread_start, const thread_init_t &on_thread_exit) |
|
void | shutdown () |
|
A thread pool that calls asio::io_service::run
Definition at line 40 of file ThreadPool.h.