KISSCPP
a C++ library for rapid application development
|
#include <io_service_pool.hpp>
Public Member Functions | |
IoServicePool (std::size_t pool_size) | |
void | run () |
Construct the io_service pool. More... | |
void | stop () |
Run all io_service objects in the pool. More... | |
boost::asio::io_service & | get_io_service () |
Stop all io_service objects in the pool. More... | |
|
explicit |
boost::asio::io_service & kisscpp::IoServicePool::get_io_service | ( | ) |
Stop all io_service objects in the pool.
void kisscpp::IoServicePool::run | ( | ) |
Construct the io_service pool.
void kisscpp::IoServicePool::stop | ( | ) |
Run all io_service objects in the pool.