Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
/ locking-queue Public archive
generated from T99/ts-module-template

A mutex solution as an alternative to Promises/async+await.

License

Notifications You must be signed in to change notification settings

jsdsl/locking-queue

Repository files navigation

JSDSL - Locking Queue [ DEPRECATED ]

A mutex solution as an alternative to Promises/async+await.

Installation

This package has been deprecated in favor of the JSDSL Semaphore.

The semaphore package can be found above, or installed as follows:

$ npm install --save @jsdsl/semaphore

License

@jsdsl/locking-queue is made available under the GNU General Public License v3.

Copyright (C) 2021 Trevor Sears