Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ stop_requested
Method
stop_requested
test/exec/test_any_sender.cpp:327–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
using callback_type = __callback_type;
326
327
static auto stop_requested() noexcept -> std::true_type
328
{
329
return {};
330
}
331
332
static auto stop_possible() noexcept -> std::true_type
333
{
Callers
8
test_counting_scopes.cpp
File · 0.45
test_parallel_scheduler.cpp
File · 0.45
test_io_uring_context.cpp
File · 0.45
test_merge_each_threaded.cpp
File · 0.45
test_merge_each.cpp
File · 0.45
test_stop.cpp
File · 0.45
start
Method · 0.45
partial_solve
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected