vertx / io.vertx.reactivex.core / Vertx / runOnContext

runOnContext

open fun runOnContext(action: Handler<Void>): Unit

Puts the handler on the event queue for the current context so it will be run asynchronously ASAP after all preceeding events have been handled.

Parameters

action - - a handler representing the action to execute