|
| error_delivery.hpp |
| Functions and classes for error callback handling and basic logging.
|
|
| io_output_delivery.hpp |
| Functions that deliver a basic_io_output object, either through std::future objects or through other mechanisms, such as a wait_queue .
|
|
| io_state_change.hpp |
| Functions that create IO state change function objects used in the net_entity start method, each will invoke start_io .
|
|
| output_queue_stats.hpp |
| Functions that collect and deliver output_queue_stats from a sequence.
|
|
| send_to_all.hpp |
| A class template that manages a collection of basic_io_output objects and provides "send to all" functionality.
|
|
| worker.hpp |
|