assert_recv_with_timeout

Macro assert_recv_with_timeout 

Source
macro_rules! assert_recv_with_timeout {
    ($receiver:expr, $timeout_ms:expr) => { ... };
}
Expand description

Asserts the next item in a Receiver can be loaded in the given timeout in milliseconds.