@bunt/async
Advanced tools
Comparing version 0.24.56 to 0.24.57
@@ -7,2 +7,3 @@ import { Defer } from "./Defer"; | ||
call(): Defer<void>; | ||
wait(): Defer<void> | null; | ||
} |
@@ -22,4 +22,7 @@ "use strict"; | ||
} | ||
wait() { | ||
return this.#defer; | ||
} | ||
} | ||
exports.AsyncSingleCall = AsyncSingleCall; | ||
//# sourceMappingURL=AsyncSingleCall.js.map |
{ | ||
"name": "@bunt/async", | ||
"version": "0.24.56", | ||
"version": "0.24.57", | ||
"keywords": [ | ||
@@ -33,3 +33,3 @@ "typescript", | ||
"license": "MIT", | ||
"gitHead": "8a43490fbda3c10be9557aae9b17386f0c17bff1" | ||
"gitHead": "9f46e8f274ce956fa8cc91f27e93534a0ea6f953" | ||
} |
Sorry, the diff of this file is not supported yet
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
31728
350