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

Method handle

include/stdexec/coroutine.hpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 [[nodiscard]]
160 constexpr auto handle() const noexcept -> __std::coroutine_handle<_Promise>
161 {
162 return STDEXEC::__coroutine_handle_cast<_Promise>(*this);
163 }
164
165 [[nodiscard]]
166 constexpr operator __std::coroutine_handle<_Promise>() const noexcept

Callers 8

__completedMethod · 0.45
__get_continuationMethod · 0.45
get_envMethod · 0.45
await_suspendMethod · 0.45
await_suspendMethod · 0.45
await_suspendMethod · 0.45
await_suspendMethod · 0.45
await_suspendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected