threadSafeListOf

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