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

emitError

suspend fun emitError(ex: Throwable): Unit

Overrides SubjectAPI.emitError

Throw an error on the consumer side.