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