Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "synchron", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Wait till async functions end and forces a synchron process without blocking", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Synchron | ||
Wrapping async functions like `fibers/future` without the need of a Fiber. | ||
Still force a synchron execution and wait til the result or an error is present **without blocking**. | ||
Wrapping an async function into a synchron function call **without blocking**. | ||
@@ -31,4 +30,4 @@ ## Install | ||
// this will output: | ||
// -------------------- | ||
// output: | ||
// ------- | ||
// inside setTimeout | ||
@@ -35,0 +34,0 @@ // back in main |
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
2918
62