Async-Await in Vertx with Project Loom

Alex Otenko oleksandr.otenko at gmail.com
Fri Oct 22 14:25:50 UTC 2021


That example doesn't appear to be comparable.

CompletableFuture example is parallel, async/await is sequential.

It would be great to see the amount of boilerplate needed to implement both
in both cases.

Alex

On Mon, 18 Oct 2021, 04:15 August Nagro, <augustnagro at gmail.com> wrote:

> Hello; I recently implemented async/await in Vertx using Project Loom.
>
> Feedback and code review are very welcome. The project is only about 100
> lines of code. Hopefully something similar could be merged into
> `vertx-core` when Loom is released.
>
> https://github.com/AugustNagro/vertx-loom
>
> Cheers,
>
> August
>


More information about the loom-dev mailing list