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 is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext
basic_yield_context::reset_cancellation_state (1 of 3 overloads)

Reset the cancellation state associated with the coroutine.

void reset_cancellation_state() const;

Let P be the cancellation slot associated with the current coroutine's spawn completion handler. Assigns a new cancellation_state object S, constructed as S(P), into the current coroutine's cancellation state object.


PrevUpHomeNext