Disposable entities utilize an internal flag (expo...
# rx
a
Disposable entities utilize an internal flag (exposed as
isDisposed
) and once this is set, their methods are normally ignored (check source code for
CompositeDisposable
as an example of this)
👍🏻 1