Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ set_stopped
Method
set_stopped
include/stdexec/__detail/__spawn.hpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void set_stopped() && noexcept
74
{
75
__state_->__complete();
76
}
77
};
78
79
template <class _Alloc, scope_token _Token, sender _Sender>
Callers
nothing calls this directly
Calls
1
__complete
Method · 0.45
Tested by
no test coverage detected