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
The idea is to break the potentially expensive for-loops to potentially
catch cancellation requests. After some reading `setImmediate` should
be better suited for this than `await Promise.resolve()`
0 commit comments