You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I was using IDispatcher.Dispatch method. I noticed that It doesn't invoke the Action straight away compared to MainThread.BeginInvokeOnMainThread.
Also IDispatch.Dispatch documentation says "Schedules the provided action on the UI thread from a worker thread."
So I thought maybe this what's meant by Schedules
Is my observation correct?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
While I was using
IDispatcher.Dispatch
method. I noticed that It doesn't invoke the Action straight away compared toMainThread.BeginInvokeOnMainThread
.Also
IDispatch.Dispatch
documentation says "Schedules the provided action on the UI thread from a worker thread."So I thought maybe this what's meant by Schedules
Is my observation correct?
Beta Was this translation helpful? Give feedback.
All reactions