|
Wt
3.2.0
|
#include <Wt/WIOService>
Public Member Functions | |
| WIOService () | |
| Creates a new IO service. | |
| void | start () |
| Starts the I/O service. | |
| void | stop () |
| Stops the I/O service. | |
!
| Wt::WIOService::WIOService | ( | ) |
Creates a new IO service.
| void Wt::WIOService::start | ( | ) |
Starts the I/O service.
This will start the internal thread pool to process work for the I/O service, if not already started.
| void Wt::WIOService::stop | ( | ) |
Stops the I/O service.
This will stop the internal thread pool. The method will block until all work has been completed.
1.7.5.1