MainThreadWorkRunner

A LooperWorkRunner that executes runnables on Android's main thread.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun dispose()

Will cancel all Runnables posted to this looper.

Link copied to clipboard
open override fun post(runnable: Runnable)

Will post the provided runnable to the looper for processing.