RxBrioUtils
Utility functions involving brios and rx. Brios encapsulate the lifetime of resources, which could be expired by the time a subscription occurs. These functions allow us to manipulate the state of these at a higher order.
Functions
ofBrio
Creates a new observable wrapping the brio with the brio lasting for the lifetime of the observable
toBrio
Takes a result and converts it to a brio if it is not one.
of
Same as Rx.of but wraps it in a Brio.
completeOnDeath
Completes the observable on death