[][src]Function logsley::task_scope

pub fn task_scope<F>(name: &'static str, f: F) -> SlogScope<Logger, F> where
    F: Future