LooperWorkRunner

A work runner that uses a Looper to run work.

Inheritors

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.