I would prefer async/await personally. Of all of ...
# announcements
z
I would prefer async/await personally. Of all of the concurrency models I have seen in languages, I find async/await to be the easiest to work with and it could be built on top of `CompletableFuture`s so it could work with any Java 8 based async library.
👍 2