Function threads_pool::index_mode::run_with[][src]

pub fn run_with<F>(pool_key: String, f: F) where
    F: FnOnce() + Send + 'static,