Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

this_coro::reset_cancellation_state (3 of 3 overloads)

Returns an awaitable object that may be used to reset the cancellation state of the current coroutine.

template<
    typename InFilter,
    typename OutFilter>
constexpr unspecified reset_cancellation_state(
    InFilter && in_filter,
    OutFilter && out_filter);

PrevUpHomeNext