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

Method set_error

include/exec/task.hpp:397–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 }
396
397 void set_error(std::exception_ptr __eptr) noexcept
398 {
399 __eptr_ = std::move(__eptr);
400 STDEXEC::__coroutine_resume_nothrow(__parent_);
401 }
402
403 void set_stopped() noexcept
404 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected