vsilaev / tascalate-async-await
Async / Await asynchronous programming model for Java versions 1.8 - 23; similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).
☆104Updated 9 months ago
Alternatives and similar repositories for tascalate-async-await:
Users that are interested in tascalate-async-await are comparing it to the libraries listed below
- Continuations / CoRoutines for Java 1.6 - 23, build tools, CDI support. This project is based on completely re-worked Apache Jakarta Comm…☆83Updated 10 months ago
- Continuation & Fiber examples using the OpenJDK project Loom prototype☆117Updated 9 months ago
- Lets Java 8 Lambdas to be represented as objects in the form of expression trees at runtime☆162Updated last year
- Advanced generic type reflection library with support for working with AnnotatedTypes (for Java 8+)☆107Updated last month
- IPC EventBus provides a simple EventBus API for intra-JVM and extra-JVM communication with process launching capabilities. This library's…☆27Updated last month
- A fast alternative to Java Reflection API's method invocation☆121Updated 4 years ago
- The first Java Actor System supporting fibers from Project Loom☆224Updated 3 weeks ago
- Convert Java lambdas to SQL statements. Build type safe and readable queries.☆64Updated 4 years ago
- Java implementation of Timeflake