open fun runOnContext(action: Handler<Void>): Unit
Run the specified action asynchronously on the same context, some time after the current execution has completed.
action - the action to run
action