Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ get_env
Method
get_env
include/exec/libdispatch_queue.hpp:302–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
300
}
301
302
auto get_env() const noexcept -> STDEXEC::env_of_t<Sender const &>
303
{
304
return STDEXEC::get_env(sndr_);
305
}
306
307
libdispatch_queue &queue_;
308
Sender sndr_;
Callers
nothing calls this directly
Calls
1
get_env
Function · 0.70
Tested by
no test coverage detected