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

Function retry

examples/algorithms/retry.hpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157
158template <stdexec::sender S>
159auto retry(S s) -> stdexec::sender auto
160{
161 return _retry_sender{static_cast<S&&>(s)};
162}

Callers 2

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected