asio C++ library

PrevUpHomeNext

cancellation_signal::emit

Emits the signal and causes invocation of the slot's handler, if any.

void emit(
    cancellation_type_t type);

PrevUpHomeNext