[][src]Function tokio_test::clock::mock

pub fn mock<F, R>(f: F) -> R where
    F: FnOnce(&mut Handle) -> R, 

Run the provided closure with a MockClock that starts at the current time.