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

Function __coroutine_unhandled_stopped

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

Source from the content-addressed store, hash-verified

279 }
280
281 inline auto __coroutine_unhandled_stopped(__coroutine_handle<> __coro) noexcept //
282 -> __std::coroutine_handle<>
283 {
284 __unhandled_stopped_frame::value.__promise_.__coro_ = __coro;
285 return __std::coroutine_handle<>::from_address(&__unhandled_stopped_frame::value);
286 }
287
288 inline auto
289 __coroutine_signal_completion(__std::atomic<std::thread::id>& __thread_id_) noexcept //

Callers 2

__get_continuationMethod · 0.85
await_suspendMethod · 0.85

Calls 1

unhandled_stoppedMethod · 0.45

Tested by

no test coverage detected