pub async fn run_once<T: Send + 'static>( tt: Arc<dyn TurboTasksApi>, future: impl Future<Output = Result<T>> + Send + 'static, ) -> Result<T>