Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ink-feather-org/ts-mutex
Mutex library for javascript. Compatible with browsers and Nodejs.
https://github.com/ink-feather-org/ts-mutex
locking mutex promises typescript
Last synced: about 1 month ago
JSON representation
Mutex library for javascript. Compatible with browsers and Nodejs.
- Host: GitHub
- URL: https://github.com/ink-feather-org/ts-mutex
- Owner: ink-feather-org
- License: gpl-3.0
- Created: 2022-02-25T14:03:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T12:35:04.000Z (over 2 years ago)
- Last Synced: 2024-09-19T12:48:59.898Z (3 months ago)
- Topics: locking, mutex, promises, typescript
- Language: TypeScript
- Homepage:
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= @ink-feather-org/ts-mutex
This monorepo hosts packages related to the ts-mutex package.
You can find them in the `libs` folder.== https://ink-feather-org.github.io/ts-mutex/[Docs]
== packages
* ts-mutex
https://github.com/ink-feather-org/ts-mutex/blob/gh-pages/libs/ts-mutex/README.adoc[README]
https://ink-feather-org.github.io/ts-mutex/libs/ts-mutex/docs/[Typedoc]
* idb-mutex https://github.com/ink-feather-org/ts-mutex/blob/gh-pages/libs/idb-mutex/README.adoc[README]
https://ink-feather-org.github.io/ts-mutex/libs/idb-mutex/docs/[Typedoc]== Building
After installing rush run:
[source, shell]
----
pnpm rush build
----