vert-x3 / vertx-lang-kotlin

Vert.x for Kotlin
Apache License 2.0
296 stars 68 forks source link

Add Future.coAwait and deprecate Future.await #258

Closed tsegismont closed 1 year ago

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

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.

tsegismont commented 1 year ago

Closes in b644944