permanent

fun <T> Stream<T>.permanent(): Stream<T>
fun <T> Stream<T>.permanent(handler: (T) -> Unit): Stream<T>

Subscribes to the stream permanently

NOTICE: there is no way to get rid of the subscription anymore. Use with caution.