Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ get_env
Function
get_env
include/exec/libdispatch_queue.hpp:488–491 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
486
}
487
488
auto get_env() const noexcept -> STDEXEC::env_of_t<Receiver>
489
{
490
return STDEXEC::get_env(shared_state_.rcvr_);
491
}
492
493
shared_state &shared_state_;
494
libdispatch_queue &queue_;
Callers
3
transform_sender
Method · 0.70
operation
Method · 0.70
get_env
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected