You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When called, if a the context's active coroutine's handle is not std::noop_coroutine then destroy all coroutine frames within the context and set the active coroutine to std::noop_coroutine. Otherwise, do nothing.