Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ stop_possible
Method
stop_possible
test/exec/test_any_sender.cpp:332–335 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
330
}
331
332
static auto stop_possible() noexcept -> std::true_type
333
{
334
return {};
335
}
336
337
auto operator==(stopped_token const &) const noexcept -> bool = default;
338
};
Callers
4
isTokenStoppable
Function · 0.45
test_stop_when.cpp
File · 0.45
check_stop_possible
Function · 0.45
test_task.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected