IntroToRx icon indicating copy to clipboard operation
IntroToRx copied to clipboard

Discuss DispatcherScheduler gotchas

Open LeeCampbell opened this issue 10 years ago • 0 comments

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.

LeeCampbell avatar Feb 02 '15 22:02 LeeCampbell