|
YOrch 1.0.0
|
Reports whether a retry policy exposes the minimal protocol required by with_retry(...).
More...
#include <concepts.hpp>
Reports whether a retry policy exposes the minimal protocol required by with_retry(...).
The policy is asked whether one more retry should be attempted after the wrapped task has already returned step_status::retry. The argument counts how many retries have already been granted for the current execution of the wrapped node.
| Policy | Candidate retry policy type. |
Definition at line 83 of file concepts.hpp.