vanilla-queues-js
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "vanilla-queues-js", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "create async jobs in queues/threads this can be handle in node, typescript, angular, react, vue, and all js based framework", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -70,1 +70,12 @@ # vanilla-queues-js | ||
``` | ||
### Other Useful Methods | ||
``` | ||
var vanilaQue = new VanillaQueues<number>(5); | ||
``` | ||
- `PAUSE` - pause all task and return callback function. ``` vanilaQue.pause(()=>console.log("pause successfully...") | ||
),``` | ||
- `STOP` - Stop all task.``` vanilaQue.stop() ``` | ||
- `RESUME` - Resume pause task, note: only pause tast are only to be resume. ``` vanilaQue.resume() ``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
65731
81
0