Tascalate Concurrent library version 0.5.2 is released and available in the Maven Central Repository. The library was created to overcome numerous shortcomings of the standard (and the only) implementation of the CompletionStage interface shipped with Java8 — CompletableFuture. First and foremost, the library provides implementation of the CompletionStage that supports long-running blocking tasks (typically, I/O …