When creating an `Observable` using `observableUns...
# reaktive
s
When creating an
Observable
using
observableUnsafe()
, how do I register a callback that runs on dispose? With
RxJava
, I was able to use
emitter.setCancellable { }
. What’s the reaktive way of doing this?