Async-Await in Vertx with Project Loom

August Nagro augustnagro at gmail.com
Mon Oct 18 13:40:24 UTC 2021


Thanks for the info.. that's a bummer. Is it a permanent API change?

On Sun, Oct 17, 2021, 11:20 PM Remi Forax <forax at univ-mlv.fr> wrote:

> ----- Original Message -----
> > From: "August Nagro" <augustnagro at gmail.com>
> > To: vertx-dev at googlegroups.com, vertx at googlegroups.com, "loom-dev" <
> loom-dev at openjdk.java.net>
> > Sent: Lundi 18 Octobre 2021 05:14:33
> > Subject: Async-Await in Vertx with Project Loom
>
> > 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
>
> nice,
> but you have the same issue that i have with my re-implementation of
> Erlang message dispatch,
> the class Continuation is not visible anymore (it has been moved to
> jdk.internal).
>
> >
> > Cheers,
> >
> > August
>
> Rémi
>


More information about the loom-dev mailing list