threadSafeListOf

fun <T> threadSafeListOf(vararg items: T): MutableList<T>(source)

Deprecated

Use atomicListOf() instead.

Replace with

atomicListOf(*items)