baby-workers
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "baby-workers", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Manage your functions asynchronously or as stack with baby-workers. You can also create worker for each element of an array or object (converted to array) they will be executed from the function.", | ||
@@ -14,2 +14,4 @@ "main": "workers.min.js", | ||
"keywords": [ | ||
"baby-workers", | ||
"baby", | ||
"javascript", | ||
@@ -29,2 +31,6 @@ "nodejs", | ||
"manage", | ||
"timeout", | ||
"interval", | ||
"setTimeout", | ||
"setInterval", | ||
"synchronous", | ||
@@ -31,0 +37,0 @@ "asynch", |
# Workers Javascript | ||
Manage your functions asynchronously or as stack with baby-workers. | ||
You can also create worker for each element of an array or object (converted to array) they will be executed from the function. | ||
Manage your functions asynchronously or as stack/timeout/interval with baby-workers. | ||
You can also create worker for a simple function or for each element of an array or any data they will be executed like worker in callback. | ||
## How install it ? | ||
``` | ||
npm install --save baby-workers | ||
``` | ||
## How is it works ? | ||
@@ -32,7 +39,7 @@ | ||
Available: PARENT, | ||
Description: Run nodes like stack | ||
Description: Run nodes like run in setTimeout | ||
} | ||
interval(time: number = 1000) : currentWorker { | ||
Available: PARENT, | ||
Description: Run nodes like stack | ||
Description: Run nodes like run in setInterval | ||
Additionnal functions: | ||
@@ -39,0 +46,0 @@ stop() : currentWorker { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18675
277