ConcurrentMap
expect class ConcurrentMap<Key, Value> : MutableMap<Key, Value>
ConcurrentSet
expect class ConcurrentSet<K> : MutableSet<K>