synchronizedMutableMap

expect fun <K, V> synchronizedMutableMap(): MutableMap<K, V>
actual fun <K, V> synchronizedMutableMap(): MutableMap<K, V>