Join Slack
Powered by
If youre running this from `suspend fun start()`, ...
# coroutines
d
dave08
12/01/2017, 7:41 AM
If youre running this from
suspend fun start()
, you dont need launch at all, you can call awaitResult { }.await() straight from there, in a suspend function you can call other suspend functions... vertx launches it for you in CoroutinesVerticle
2
Views
Open in Slack
Previous
Next