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

Method promise

include/stdexec/coroutine.hpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 [[nodiscard]]
154 constexpr auto promise() const noexcept -> _Promise&
155 {
156 return STDEXEC::__coroutine_handle_cast<_Promise>(*this).promise();
157 }
158
159 [[nodiscard]]
160 constexpr auto handle() const noexcept -> __std::coroutine_handle<_Promise>

Callers 15

await_suspendMethod · 0.80
__coroutine_handleMethod · 0.80
__awaiter_baseMethod · 0.80
await_suspendMethod · 0.80
await_resumeMethod · 0.80
__completedMethod · 0.80
__canceledMethod · 0.80
await_suspendMethod · 0.80
get_envMethod · 0.80
__stateMethod · 0.80
__stateMethod · 0.80
await_suspendMethod · 0.80

Calls

no outgoing calls

Tested by 1

await_suspendMethod · 0.64