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

Method set_value

include/exec/task.hpp:390–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388 using receiver_concept = receiver_tag;
389
390 void set_value() noexcept
391 {
392 // Resuming the continuation of the parent coroutine will cause it to continue
393 // executing on the new scheduler.
394 STDEXEC::__coroutine_resume_nothrow(__parent_);
395 }
396
397 void set_error(std::exception_ptr __eptr) noexcept
398 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected