Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ set_stopped
Function
set_stopped
include/exec/thread_pool_base.hpp:341–345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
339
}
340
341
void set_stopped() noexcept
342
{
343
shared_state& state = shared_state_;
344
STDEXEC::set_stopped(static_cast<Receiver&&>(state.rcvr_));
345
}
346
347
auto get_env() const noexcept -> STDEXEC::env_of_t<Receiver>
348
{
Callers
1
opstate
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected