ReactiveCocoa / ReactiveSwift

Streams of values over time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

observing disposed events

dnadoba opened this issue Β· comments

Hey,

Is it possible to materialise disposed events too?
The only way I could find to observer disposed events of a signal is using the on(event:failed:completed:interrupted:terminated:disposed:value:) method.

Thanks πŸ™
David

What about disposable.observeEnded ?