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