-
Say I have a parallel schedule like this: if the 999 tasks run simultaneously, the CPU usage rate will get high. So, is there a way to limit the concurrence number? That is to say, like, provide 3 threads for 3 tasks respectively, after one task is achieved, the corresponding thread will be released, then assign another new task to the free thread. |
Beta Was this translation helpful? Give feedback.
Answered by
phated
Mar 4, 2022
Replies: 1 comment
-
Not yet! There was an attempt to do this at gulpjs/now-and-later#15 but the API changes didn't get added. Hoping to include that in v5 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
phated
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not yet! There was an attempt to do this at gulpjs/now-and-later#15 but the API changes didn't get added. Hoping to include that in v5