epoxy-adapter / com.airbnb.epoxy / EpoxyAsyncUtil / createHandler

createHandler

static fun createHandler(looper: Looper!, async: Boolean): Handler!

Create a Handler with the given Looper

Parameters

async - Boolean: If true the Handler will calls Message#setAsynchronous(boolean) for each Message that is sent to it or Runnable that is posted to it.