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