This is your work, valued
tascalate-concurrent. Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
221tascalate-async-await. Async / Await asynchronous programming model for Java versions 1.8 - 25; similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).
108tascalate-javaflow. Continuations / CoRoutines for Java 1.6 - 25, build tools, CDI support. This project is based on completely re-worked Apache Jakarta Commons JavaFlow library.
88tascalate-instrument. Utility classes to develop / use Java Agents across different Java versions (1.6 - 25) - uniformly define classes in agent, attach agents dynamically, etc.
3tascalate-javaflow-examples. Examples for Tascalate JavaFlow library
3tascalate-javaflow-extras. Continuations / CoRoutines for Java 1.8 - Java 25. This library is an add-on to Tascalate Javaflow continuations library. It provides suspendable version of java.util.Stream, java.util.Iterator, java.util.function.* and helper classes to work with continuations.
2tascalate-util. Utility classes for other Tascalate projects
1java-multi-methods. Multi-methods for Java platform -- multiple dispatch based on the run time (dynamic) type of more than one of method arguments.
1