MCPcopy 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_senderMethod · 0.70
operationMethod · 0.70
get_envMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected