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

Method get_env

include/stdexec/__detail/__task.hpp:294–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 }
293
294 [[nodiscard]]
295 constexpr auto get_env() const noexcept
296 {
297 return __attrs{};
298 }
299
300 // This transforms a task into an __awaiter that can perform symmetric transfer when
301 // co_awaited.

Callers 2

propClass · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected