Closed tsegismont closed 1 year ago
With Loom support coming to 4.5, there will be a static Future.await method in Vert.x core https://github.com/eclipse-vertx/vert.x/pull/4916
Future.await
In Vert.x 5, it won't be only a static method but also an instance method. The Vert.x Kotlin Coroutines Future.await method will no longer be valid and we need a new name for it.
Closes in b644944
With Loom support coming to 4.5, there will be a static
Future.await
method in Vert.x core https://github.com/eclipse-vertx/vert.x/pull/4916In Vert.x 5, it won't be only a static method but also an instance method. The Vert.x Kotlin Coroutines
Future.await
method will no longer be valid and we need a new name for it.