Unsubscribe

typealias Unsubscribe = () -> Unit

The Unsubscribe function is returned when a subscription is created on a Stream.

Calling this function cancels the subscription.