vert-x3 / vertx-lang-kotlin

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

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

Closed tsegismont closed 1 year ago

tsegismont commented 1 year ago

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