ReactiveCocoa(III)

flatMap(FlattenStrategy.latest)

observe(on: UIScheduler()).startWithResult

切换线程:

observeOn(UIScheduler()) //将next:、error:、completed:等事件执行在主线程/子线程

原文地址:https://www.cnblogs.com/EchoHG/p/9066205.html