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
Windows supports at most 61 workers because the scheduler uses WaitForMultipleObjects directly, which has the limit (the limit is actually 64, but some handles are needed for accounting).