MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / get_env

Function get_env

include/exec/thread_pool_base.hpp:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 }
346
347 auto get_env() const noexcept -> STDEXEC::env_of_t<Receiver>
348 {
349 return STDEXEC::get_env(shared_state_.rcvr_);
350 }
351
352 shared_state& shared_state_;
353 };

Callers 3

transform_senderMethod · 0.70
queryMethod · 0.70
opstateMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected