@asaidimu/utils-sync 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -410,4 +410,4 @@ See the [CHANGELOG.md](https://github.com/asaidimu/erp-utils/blob/main/CHANGELOG
|
|
|
410
410
|
|
|
411
411
|
### Acknowledgments
|
|
412
412
|
|
|
413
|
-
Inspired by similar synchronisation primitives in Rust (`Mutex`, `OnceCell`), Go (`sync.Mutex`), and the classic async patterns of the JavaScript ecosystem.
|
|
413
|
+
Inspired by similar synchronisation primitives in Rust (`Mutex`, `OnceCell`), Go (`sync.Mutex`), and the classic async patterns of the JavaScript ecosystem.
|