Skip to main content

try_join_update

Macro try_join_update 

Source
macro_rules! try_join_update {
    () => { ... };
    ($e:expr) => { ... };
    ($($e:expr),+$(,)?) => { ... };
}
Available on crate feature winio only.
Expand description

Helper macro for joining multiple update futures that return Result<bool>.