Gábor Bergmann
Results
2
comments of
Gábor Bergmann
This is what my colleague @abelhegedus and I have come up with: ``` /** * Wraps a coroutine as a Vertx [Future]. * * Executes the block on its own...
@ShreckYe compared to your code above, [the solution further up](https://github.com/vert-x3/vertx-lang-kotlin/issues/136#issuecomment-474445843) has one main difference (apart from the deprecated `Future` API): a coroutine scope wrapping around the actual invocation of the...