matrix_sdk

Macro assert_recv_with_timeout

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