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

Method __resume

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

Source from the content-addressed store, hash-verified

229 struct __unhandled_stopped_frame : __detail::__synthetic_coro_frame
230 {
231 static void __resume(void* __address) noexcept
232 {
233 // Make a local copy of the promise since it will go away once we call through
234 // the __unhandled_stopped_fn_ function pointer.
235 auto& __self = *static_cast<__unhandled_stopped_frame*>(__address);
236 STDEXEC::__coroutine_resume_nothrow(__self.__promise_.__coro_.unhandled_stopped());
237 }
238
239 struct __promise
240 {

Callers

nothing calls this directly

Calls 2

unhandled_stoppedMethod · 0.45

Tested by

no test coverage detected