xtern commented on code in PR #5248: URL: https://github.com/apache/ignite-3/pull/5248#discussion_r1967871871
########## modules/core/src/main/java/org/apache/ignite/lang/CancelHandleHelper.java: ########## @@ -78,6 +78,10 @@ public static void addCancelAction( addCancelAction(token, () -> completionFut.cancel(true), completionFut); } + public static boolean isCancelled(CancellationToken token) { Review Comment: Done, thanks -- 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