Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ set_error
Function
set_error
include/exec/libdispatch_queue.hpp:478–481 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
476
477
template <class Error>
478
void set_error(Error &&error) noexcept
479
{
480
STDEXEC::set_error(std::move(shared_state_.rcvr_), static_cast<Error &&>(error));
481
}
482
483
void set_stopped() noexcept
484
{
Callers
2
bulk_task
Method · 0.70
set_value
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected