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

Method __repeat

include/exec/repeat_until.hpp:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 constexpr void __repeat() noexcept final
190 {
191 STDEXEC_TRY
192 {
193 STDEXEC::start(__connect());
194 }
195 STDEXEC_CATCH_ALL
196 {
197 if constexpr (!__nothrow_connect)

Callers 1

set_valueMethod · 0.45

Calls 2

__connectClass · 0.85
startFunction · 0.70

Tested by

no test coverage detected