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

Method set_value

include/stdexec/__detail/__spawn.hpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 __spawn_state_base* __state_;
67
68 void set_value() && noexcept
69 {
70 __state_->__complete();
71 }
72
73 void set_stopped() && noexcept
74 {

Callers

nothing calls this directly

Calls 1

__completeMethod · 0.45

Tested by

no test coverage detected