MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / unhandled_stopped

Function unhandled_stopped

include/stdexec/__detail/__task.hpp:607–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605 }
606
607 [[nodiscard]]
608 auto unhandled_stopped() const noexcept -> __std::coroutine_handle<>
609 {
610 return __state_->__canceled();
611 }
612
613 template <class _Error>
614 constexpr auto yield_value(with_error<_Error> __error) //

Callers

nothing calls this directly

Calls 1

__canceledMethod · 0.80

Tested by

no test coverage detected