Async Epoxy Controller
open fun AsyncEpoxyController()
Content copied to clipboard
A new instance that does model building and diffing asynchronously.
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)
Content copied to clipboard
Individually control whether model building and diffing are done async or on the main thread.