HandlerThreadExecutor

class HandlerThreadExecutor(name: String, priority: Int) : Executor

Helper class that wraps a Handler/HandlerThread combination and implements the Executor interface

Constructors

Link copied to clipboard
constructor(name: String, priority: Int)

Properties

Link copied to clipboard
val handler: <Error class: unknown class>

Functions

Link copied to clipboard
open override fun execute(runnable: Runnable?)
Link copied to clipboard
fun post(runnable: Runnable)
Link copied to clipboard
fun postDelayed(runnable: Runnable, delayMillis: Long)
Link copied to clipboard
fun quit()
Link copied to clipboard
fun removeCallbacks(runnable: Runnable)
Link copied to clipboard