`private val observers: MutableMap<UUID, Observ...
# coroutines
s
private val observers: MutableMap<UUID, Observer<T>> = ConcurrentHashMap()