Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This version of Boost is under active development. You are currently in the develop branch. The current version is 1.90.0.
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