[][src]Function mogwai::utils::wait_approximately

pub fn wait_approximately(millis: f64) -> impl Future<Output = f64>

Wait approximately the given number of milliseconds. Returns a Future that yields the actual number of milliseconds waited.