Async-Await in Vertx with Project Loom

Remi Forax forax at univ-mlv.fr
Mon Oct 18 06:20:06 UTC 2021


----- 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