...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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...
Header: boost/asio/this_coro.hpp
Convenience header: boost/asio.hpp