epoxy-adapter / com.airbnb.epoxy / AsyncEpoxyController / <init>

<init>

AsyncEpoxyController()

A new instance that does model building and diffing asynchronously.

AsyncEpoxyController(enableAsync: Boolean)

Parameters

enableAsync - Boolean: True to do model building and diffing asynchronously, false to do them both on the main thread.

AsyncEpoxyController(enableAsyncModelBuilding: Boolean, enableAsyncDiffing: Boolean)

Individually control whether model building and diffing are done async or on the main thread.