EpoxyAsyncUtil

class EpoxyAsyncUtil

Various helpers for running Epoxy operations off the main thread.

Functions

buildBackgroundLooper
Link copied to clipboard
open fun buildBackgroundLooper(threadName: String): Looper
Create a new looper that runs on a new background thread.
createHandler
Link copied to clipboard
open fun createHandler(looper: Looper, async: Boolean): Handler
Create a Handler with the given Looper

Properties

asyncBackgroundHandler
Link copied to clipboard
private open val asyncBackgroundHandler: Handler
AYSNC_MAIN_THREAD_HANDLER
Link copied to clipboard
val AYSNC_MAIN_THREAD_HANDLER: Handler
A Handler class that uses the main thread's Looper.
MAIN_THREAD_HANDLER
Link copied to clipboard
val MAIN_THREAD_HANDLER: Handler
A Handler class that uses the main thread's Looper.