boost::corosio::basic_io_context::run
Process all pending work items.
Description
This function blocks until all pending work items have been executed or stop() is called. The context is stopped when there is no more outstanding work.
|
The context must be restarted with |
Return Value
The number of handlers executed.
Created with MrDocs