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

Method __coroutine_handle

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

Source from the content-addressed store, hash-verified

139 {
140 public:
141 constexpr __coroutine_handle() = default;
142
143 constexpr __coroutine_handle(__std::coroutine_handle<_Promise> __coro) noexcept
144 : __coroutine_handle<>{__coro}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected