IntroToRx
IntroToRx copied to clipboard
Discuss DispatcherScheduler gotchas
There are some gotchas when using the DispatcherScheduler
Ones that come to mind include,
- accessing it from the wrong thread (creates a dispatcher for that thread!)
- Start up time. Can take 100's of ms to create. This can make for poor perf in a otherwise responsive application.