concurrentMutableSetOf

Creates an empty ConcurrentMutableSet


fun <E> concurrentMutableSetOf(vararg elements: E): ConcurrentMutableSet<E>

Creates a ConcurrentMutableSet containing elements.

Parameters

elements

The elements to add to the ConcurrentMutableList