prepareAsync

open fun prepareAsync(tag: String, componentRenderInfo: ComponentRenderInfo)

Asynchronously prepare the ComponentTree for the given ComponentRenderInfo.

The thread on which this ComponentRenderInfo is prepared is the background thread that the associated RecyclerBinder uses. To change it, you can implement a and configure the layout handler when creating the ComponentTree.

Alternatively you can use prepare to synchronously post the prepare call to a custom handler.