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
Looking at the code, it seems that nthrds is always capped at Threads.nthreads(). Is this restriction necessary? For example, I have some heavily IO bound tasks and I'd like to iterate through them and run, say, 100 of them at once.