https://kotlinlang.org logo
#rx
Title
z

zak.taccardi

04/27/2018, 5:33 PM
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?