boost::corosio::basic_io_context::poll

Process all ready work items without blocking.

Synopsis

std::size_t
poll();

Description

This function executes all work items that are ready to run without blocking for more work. The context is stopped when there is no more outstanding work.

The context must be restarted with restart() before calling this function again after it returns.

Return Value

The number of handlers executed.

Created with MrDocs