[][src]Function cjdns_snode::utils::task::periodic_async_task

pub async fn periodic_async_task<F: Future<Output = ()>, T: FnMut() -> F>(
    period: Duration,
    task: T
)