Function spawn_with_config

Source
pub fn spawn_with_config<F>(f: F, config: TaskConfig) -> Result<(), TaskError>
where F: FnOnce() + Send + 'static,