insertRangeAtAsync

fun insertRangeAtAsync(position: Int, renderInfos: List<RenderInfo>)

Inserts the new items starting from position. The RecyclerView will only be notified of the items being inserted after a layout calculation has been completed for the new s. There is not a guarantee that the RecyclerView will be notified about all the items in the range at the same time.