Maui’s MainThread class lacks DispatchDelayed method. How do the equivalent?
For many Maui apps, class Mainthread
has convenient methods to run code on the main UI thread, from code that may be running in a background thread.
For many Maui apps, class Mainthread
has convenient methods to run code on the main UI thread, from code that may be running in a background thread.