macro_rules! wait {
($millis:expr) => { ... };
() => { ... };
}Expand description
sleep().await for the given # of millis. Defaults to 100ms. Useful for async testing .
macro_rules! wait {
($millis:expr) => { ... };
() => { ... };
}sleep().await for the given # of millis. Defaults to 100ms. Useful for async testing .