RxCookbook icon indicating copy to clipboard operation
RxCookbook copied to clipboard

Provide deeper reasoning for SubscribeOn/ObserverOn/Subscribe pattern guidance

Open LeeCampbell opened this issue 9 years ago • 0 comments

There is a fair challenge of the guidance on stackoverflow. http://stackoverflow.com/questions/34675045/should-subscribeon-and-observeon-only-be-invoked-by-the-final-subscriber/34699242?noredirect=1#comment57305296_34699242

Perhaps showing the work executed on the threads as swimlanes or sequence diagrams might help explain the issue. It may also help illuminate when the guidance can be ignored.

Other resources - http://introtorx.com/Content/v1.0.10621.0/15_SchedulingAndThreading.html

LeeCampbell avatar Jan 19 '16 01:01 LeeCampbell