post

abstract fun post(runnable: Runnable)

Posts passed runnable to the main thread.

Parameters

runnable

The runnable to run on the main thread.