You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library requires [JDK19](https://jdk.java.net/19/) with `--enable-preview`, and has no dependencies.
61
+
This library requires [JDK20](https://jdk.java.net/20/) with `--enable-preview`, and has no dependencies.
62
62
63
63
## Docs:
64
64
@@ -84,9 +84,6 @@ Project Loom solves all five issues, although Async-Await only solves the first
84
84
* You lose the concurrency features like timeout and retry offered by Rx, Uni, ZIO, etc.
85
85
* Maybe you're already using Async libraries; the effort to migrate back to sync is gigantic, whereas introducing Async-Await can be done incrementally.
86
86
87
-
## SeeAlso
88
-
An optimized implementation forVertx: https://github.com/AugustNagro/vertx-async-await
0 commit comments