pitrou commented on a change in pull request #10204: URL: https://github.com/apache/arrow/pull/10204#discussion_r623790383
########## File path: cpp/src/arrow/testing/future_util.h ########## @@ -119,4 +119,14 @@ void AssertFailed(const Future<T>& fut) { } } +template <typename T> +Future<T> DelayAsync(Future<T> fut, double seconds) { Review comment: `SleepAsync` returns a `Future<>`. That said, I finally did something else so will probably remove this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org