asio C++ library

PrevUpHomeNext
cancellation_state::cancellation_state (3 of 4 overloads)

Construct and attach to a parent slot to create a new child slot.

template<
    typename CancellationSlot,
    typename Filter>
constexpr cancellation_state(
    CancellationSlot slot,
    Filter filter);

PrevUpHomeNext