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>.