kotlin-flow-extensions / hu.akarnokd.kotlin.flow / BehaviorSubject / emitError

emitError

suspend fun emitError(ex: Throwable): Unit

Overrides SubjectAPI.emitError

Signal an exception to all current and future collectors when they are ready.