[][src]Function async_metronome::run

pub fn run<T, O>(test: T) -> JoinHandleWrapper<O>

Notable traits for JoinHandleWrapper<T>

impl<T> Future for JoinHandleWrapper<T> type Output = T;
where
    O: Send + 'static,
    T: Future<Output = O> + Send + 'static, 

Same as run_opt but with default options.