kotlin-channel-event-bus
by Kotlin-Multiplatform-Foundation
Implements a thread-safe event bus using channels for multi-key, multi-producer, single-consumer communication. Supports unbounded and conflated channels, ensuring all events are consumed. Ideal for UI applications.