Production DispatcherProvider implementation that delegates to the real Dispatchers.
Returns the Dispatchers.Default dispatcher for CPU-intensive work.
Returns the Dispatchers.IO dispatcher for I/O-bound work.
Returns the Dispatchers.Main dispatcher for UI-thread work.
Returns the Dispatchers.Unconfined dispatcher that is not confined to any thread.