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

Function set_stopped

include/exec/static_thread_pool.hpp:1527–1531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1525 }
1526
1527 void set_stopped() noexcept
1528 {
1529 shared_state& state = shared_state_;
1530 STDEXEC::set_stopped(static_cast<Receiver&&>(state.rcvr_));
1531 }
1532
1533 auto get_env() const noexcept -> env_of_t<Receiver>
1534 {

Callers 1

_opstateMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected