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

Function get_env

include/stdexec/__detail/__task.hpp:642–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640 }
641
642 [[nodiscard]]
643 constexpr auto get_env() const noexcept
644 {
645 return __env{this};
646 }
647
648 // When no allocator passed to the coroutine:
649 static void* operator new(size_t __bytes)

Callers 15

taskClass · 0.70
await_suspendMethod · 0.70
__defaultsClass · 0.70
__attrsMethod · 0.70
__write_env_implClass · 0.70
__adapt_sender_for_awaitFunction · 0.70
get_envMethod · 0.70
__as_awaitable.hppFile · 0.70
get_envMethod · 0.70
__continues_on_implClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected