Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
----