Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ set_stopped
Method
set_stopped
include/exec/when_any.hpp:174–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
void set_stopped() noexcept
175
{
176
__op_->notify(set_stopped_t());
177
}
178
179
private:
180
__opstate_base<_Receiver, _ResultVariant>* __op_;
Callers
nothing calls this directly
Calls
2
set_stopped_t
Class · 0.50
notify
Method · 0.45
Tested by
no test coverage detected