[][src]Function logsley::thread_scope

pub fn thread_scope<SF, R>(name: &str, f: SF) -> R where
    SF: FnOnce() -> R,