vertx / io.vertx.reactivex.core / Context / runOnContext

runOnContext

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

Run the specified action asynchronously on the same context, some time after the current execution has completed.

Parameters

action - the action to run