vertx-howtos / vertx-howtos.github.io

1 stars 2 forks source link

Vert.x and Kotlin coroutines #6

Open jponge opened 5 years ago

jponge commented 5 years ago

How to use Kotlin coroutines with Vert.x.

jponge commented 5 years ago

@gmariotti still interested?

gmariotti commented 5 years ago

Sure, however, I'm still not sure how to structure the How To. I was thinking something like a BootstrapVerticle that deploys an HttpVerticle and a <Database/API>Verticle. In this way, I can show a coroutineHandler and an eventBusHandler extension that we can replace when proper suspending extensions are available. What do you think?

jponge commented 5 years ago

Sounds like a good idea