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

Method from_promise

include/stdexec/coroutine.hpp:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 {}
146
147 [[nodiscard]]
148 static constexpr auto from_promise(_Promise& __promise) noexcept -> __coroutine_handle
149 {
150 return __coroutine_handle(__std::coroutine_handle<_Promise>::from_promise(__promise));
151 }
152
153 [[nodiscard]]
154 constexpr auto promise() const noexcept -> _Promise&

Callers

nothing calls this directly

Calls 1

__coroutine_handleClass · 0.85

Tested by

no test coverage detected