Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "nthread-js", | ||
"version": "0.0.1", | ||
"description": "Create real thread in Node Js", | ||
"version": "0.0.2", | ||
"description": "Create real thread in Node Js from a lambda, file or external app", | ||
"main": "nthread.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
# Nthread JS | ||
Create real thread in Node Js | ||
Create real thread in Node Js from a lambda, file or external app | ||
@@ -63,3 +63,4 @@ ## Install | ||
| connect(string: uri, any: param1, ...) : Promise | Function: Promise | Make a connection to an external thread/app | ||
| create(function: callback, any: param1, ...) : Promise | Function: Promise | Create a new thread with a callback | ||
| create(function: callback, any: param1, ...) : Promise | Function: Promise | Create a new thread from a callback | ||
| load(string: filePath, any: param1, ...) : Promise | Function: Promise | Create a new thread from a file | ||
| connection(function: callback) : Promise | Function: Promise | Wait a new external connection | ||
@@ -66,0 +67,0 @@ | exit(number: code = 0) | Function | Close all thread and all connection |
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
17139
90