releases

henrik 2026-01-12T16:07:14.388129Z

https://github.com/multiplyco/quiescent is a Clojure library for composable async tasks with automatic parallelization, structured concurrency, and parent-child and chain cancellation. 0.1.10 • When a CompletableFuture is cancelled, cancel dependent tasks (rather than incorrectly propagating CF cancellation as if it were an exception). • Switch the platform thread pool from Fixed to ForkJoin. Reduce number of threads from 2x cores to 1x cores.

🎉 3