Skip to main content

expect_pending_send

Function expect_pending_send 

Source
pub async fn expect_pending_send<T>(
    location: impl Display,
    clock: &Clock,
    port: impl Debug,
    send: PortPut<T>,
    ticks: u64,
)
where T: SimObject,