pub fn add_helper_task_async<R: Send + 'static, T: Future<Output = R> + Send + 'static>( task: T, ) -> impl Future<Output = Result<R, JoinError>>
add an async task the the “helper” thread pool