AN
Size: a a a
AN
ЖТ
AN
с#
class Entity(sessionName: String) : LogFeature by LogFeature.create(sessionName), EventsFeature by
EventsFeature
WI
WI
АО
class Entity(sessionName: String) : LogFeature by LogFeature.create(sessionName), EventsFeature by
EventsFeature
FS
с#
АО
с#
main() {
for(data in ...)
val entity = ...
val job = entity.start(...)
launch {
job.join()
entity.doSmth(...)
}
}
}
private val eventsChannel = ConflatedBroadcastChannel()
val events get() = eventsChannel.asFlow()
КБ
КБ
с#
AN
с#
с#
с#
AN
с#