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

Method set_error

include/exec/sequence/merge_each.hpp:787–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785
786 template <class _Error>
787 void set_error(_Error&& __error) noexcept
788 {
789 __op_->store_error(static_cast<_Error&&>(__error));
790 __next_seq_op_->nested_sequence_break();
791 }
792
793 void set_stopped() noexcept
794 {

Callers

nothing calls this directly

Calls 2

store_errorMethod · 0.80
nested_sequence_breakMethod · 0.80

Tested by

no test coverage detected