Core synchronous queue with an example worker

This commit is contained in:
2020-11-02 10:51:08 +00:00
parent d6b5b033f2
commit 0a30f2d466
16 changed files with 1103 additions and 1 deletions

4
src/services/index.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
'calcQueue': require('./calc-queue')
}