zak.taccardi
04/27/2018, 5:33 PMAre 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?