ITADN

CompletableFuture

#356Openarchaic 创建于 2025-05-16
A
archaiccommented
:modify-sexpr-by-type {"java.util.concurrent.CompletableFuture" [(fn [options sexpr] (if (.isDone sexpr) (str "<CompletableFuture DONE: " (.get sexpr) ">") "<CompletableFuture PENDING>")) nil]} Currently having to use this to print one, this should be a pretty common type to handle by zprint directly?
0 条评论