Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

cancellation_signal::emit

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

void emit(
    cancellation_type_t type);

PrevUpHomeNext