vert-x3 / vertx-lang-kotlin

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

Kotlin extensions for Sql Client Templates #181

Closed tsegismont closed 4 years ago

vietj commented 4 years ago

I think we want to revert this because await() method generation is deprecated in vertx 4

vietj commented 4 years ago

indeed people can use future await, so instead of doing foo.barAwait() they simply do foo.bar().await()