concurrentMutableListOf
Creates a concurrent mutable list whose iteration is safe under concurrent modification: a reader iterating the list while another thread mutates it observes a stable snapshot and never throws ConcurrentModificationException.