class EpoxyAsyncUtil
Various helpers for running Epoxy operations off the main thread.
static val AYSNC_MAIN_THREAD_HANDLER: Handler!
A Handler class that uses the main thread's Looper. Additionally, this handler calls |
|
static val MAIN_THREAD_HANDLER: Handler!
A Handler class that uses the main thread's Looper. |
static fun buildBackgroundLooper(threadName: String!): Looper!
Create a new looper that runs on a new background thread. |
|
static fun createHandler(looper: Looper!, async: Boolean): Handler!
Create a Handler with the given Looper |
|
static fun getAsyncBackgroundHandler(): Handler!
A Handler class that uses a separate background thread dedicated to Epoxy. Additionally, this handler calls |