Last active
May 6, 2018 08:01
-
-
Save puemos/ab09fbad0a252e16b1d8f931d839e51d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const QUEUE_CONCURRENT = 5 | |
const { watcher, queueChannel } = yield createConcurrentTaskQueue( | |
handler, | |
QUEUE_CONCURRENT | |
); | |
const watcherTask = yield fork(watcher) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment