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 waitAll is not the best option as it tend not to be explicit on what the user want (mostly regarding the speed of scheduling), it's still the simplest option in many case.
We should make it able to wait less strictly. While playing around with it, it appears that the simplest option is probably to wrap calls with custom acts either
not doing anything,
doing an extra await,
doing a sleep 0...
Well, these options might be directly offered on the scheduler at creation time.
The text was updated successfully, but these errors were encountered:
💡 Idea
While waitAll is not the best option as it tend not to be explicit on what the user want (mostly regarding the speed of scheduling), it's still the simplest option in many case.
We should make it able to wait less strictly. While playing around with it, it appears that the simplest option is probably to wrap calls with custom acts either
Well, these options might be directly offered on the scheduler at creation time.
The text was updated successfully, but these errors were encountered: