Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ __complete
Method
__complete
include/stdexec/__detail/__spawn.hpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
__spawn_state_base(__spawn_state_base&&) = delete;
49
50
void __complete() noexcept
51
{
52
__complete_(this);
53
}
54
55
protected:
56
~__spawn_state_base() = default;
Callers
2
set_value
Method · 0.45
set_stopped
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected