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
Since the JS VM runs on a single thread, doing heavy work in a service dispatch will block other work. This thread should be treated like a main thread, so let's detect slow dispatches and feed them to an event listener for user action.
The text was updated successfully, but these errors were encountered:
Since the JS VM runs on a single thread, doing heavy work in a service dispatch will block other work. This thread should be treated like a main thread, so let's detect slow dispatches and feed them to an event listener for user action.
The text was updated successfully, but these errors were encountered: