Realistic 3D camera system
3D camera system components
|
A pool of io_service objects. More...
#include <io_service_pool.hpp>
Public Member Functions | |
io_service_pool (std::size_t pool_size) | |
Construct the io_service pool. More... | |
void | run () |
Run all io_service objects in the pool. More... | |
void | stop () |
Stop all io_service objects in the pool. More... | |
asio::io_service & | get_io_service () |
Get an io_service to use. More... | |
A pool of io_service objects.
Definition at line 23 of file io_service_pool.hpp.
|
explicit |
Construct the io_service pool.
Definition at line 19 of file io_service_pool.cpp.
asio::io_service & http::server2::io_service_pool::get_io_service | ( | ) |
Get an io_service to use.
Definition at line 59 of file io_service_pool.cpp.
void http::server2::io_service_pool::run | ( | ) |
Run all io_service objects in the pool.
Definition at line 36 of file io_service_pool.cpp.
void http::server2::io_service_pool::stop | ( | ) |
Stop all io_service objects in the pool.
Definition at line 52 of file io_service_pool.cpp.