AsyncEpoxyController

open fun AsyncEpoxyController()

A new instance that does model building and diffing asynchronously.

open fun AsyncEpoxyController(enableAsync: Boolean)

Parameters

enableAsync

True to do model building and diffing asynchronously, false to do themboth on the main thread.

open fun AsyncEpoxyController(enableAsyncModelBuilding: Boolean, enableAsyncDiffing: Boolean)

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