read-write-mutexify
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -14,2 +14,6 @@ class WriteLock { | ||
get waiting () { | ||
return this._waiting.length | ||
} | ||
lock () { | ||
@@ -57,2 +61,6 @@ if (this._parent._destroying) { | ||
get waiting () { | ||
return this._waiting.length | ||
} | ||
lock () { | ||
@@ -59,0 +67,0 @@ if (this._parent._destroying) { |
{ | ||
"name": "read-write-mutexify", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Like mutexify but with read/write locks", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6715
157