...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Set a callback to be invoked on each incoming control frame.
void
control_callback(
std::function< void(frame_type, string_view)> cb);
» more...
Reset the control frame callback.
void
control_callback();
» more...