-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
What's your idea?
Implement a async worker pool.
Why is that needed? How it may be useful?
Sometimes I need to run a lot of tasks, and I split them with chunk() to batches. Will be nice to have a pool of async workers which can peekup work from a queue and start working as soon as as possible.
Maybe you have a demo or example?
TODO