async_with_recovery

Macro async_with_recovery 

Source
macro_rules! async_with_recovery {
    ($operation:expr, $steps:expr) => { ... };
    ($operation:expr, $steps:expr, $retry_strategy:expr) => { ... };
}
Expand description

Macro to create an async operation with automatic error handling and progress tracking