Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ stop_requested
Method
stop_requested
include/exec/linux/io_uring_context.hpp:446–449 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
444
}
445
446
auto stop_requested() const noexcept -> bool
447
{
448
return __stop_source_->stop_requested();
449
}
450
451
auto get_stop_token() const noexcept -> STDEXEC::inplace_stop_token
452
{
Callers
10
start_impl
Method · 0.45
start_impl
Method · 0.45
start
Method · 0.45
__try_start
Function · 0.45
__try_add_waiter
Function · 0.45
run_some
Method · 0.45
run_until_stopped
Method · 0.45
start
Method · 0.45
complete
Method · 0.45
complete
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected