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

Function constexpr

include/stdexec/__detail/__sync_wait.hpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 __state_->__eptr_ = static_cast<_Error&&>(__err);
114 }
115 else if constexpr (__same_as<_Error, std::error_code>)
116 {
117 __state_->__eptr_ = std::make_exception_ptr(std::system_error(__err));
118 }
119 else
120 {
121 __state_->__eptr_ = std::make_exception_ptr(static_cast<_Error&&>(__err));

Callers 12

__chunked_implClass · 0.85
__unchunked_implClass · 0.85
__implMethod · 0.85
__on_resumeFunction · 0.85
__dieFunction · 0.85
__set_value_fromFunction · 0.85
__any.hppFile · 0.85
set_valueMethod · 0.85
repeat_until.hppFile · 0.85
startMethod · 0.85
__repeatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected