vert-x3 / vertx-lang-kotlin

Vert.x for Kotlin
Apache License 2.0
293 stars 67 forks source link

Avoid redundant thread creation by invoking coroutine timeout handling code on Vert.x threads #246

Closed tsegismont closed 11 months ago

tsegismont commented 11 months ago

By the way, it prevents from dispatching the coroutine execution to the context (because it's already executing on the right context).