> Are disposables thread safe? I’m actually qu...
# rx
z
Are disposables thread safe?
I’m actually quite curious about this. Will
.dipose()
block until unsubscription is finished? Ex: can we guarantee that functions in
.map { }
etc won’t be invoked after
.dipose()
completes?