macro_rules! assert_recv_with_timeout {
($receiver:expr, $timeout_ms:expr) => { ... };
}
Available on crate feature
testing
only.Expand description
Asserts the next item in a Receiver
can be loaded in the given timeout in
milliseconds.