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.
action - - a handler representing the action to execute
action