lowka commented on code in PR #4615: URL: https://github.com/apache/ignite-3/pull/4615#discussion_r1830483334
########## modules/core/src/main/java/org/apache/ignite/internal/util/Cancellable.java: ########## @@ -27,4 +29,9 @@ public interface Cancellable { * @param timeout If process was cancelled due to timeout. */ void cancel(boolean timeout); + + /** + * Returns a future that completes when a cancellation produce, triggered by {@link Cancellable#cancel(boolean)} completes. + */ + CompletableFuture<Void> future(); Review Comment: Fixed. -- 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. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org