asio C++ library

PrevUpHomeNext

this_coro::reset_cancellation_state

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

constexpr unspecified reset_cancellation_state();
  » more...

template<
    typename Filter>
constexpr unspecified reset_cancellation_state(
    Filter && filter);
  » more...

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

Header: asio/this_coro.hpp

Convenience header: asio.hpp


PrevUpHomeNext