issues
search
DirtyHairy
/
async-mutex
A mutex for synchronizing async workflows in Javascript
MIT License
1.13k
stars
63
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
All examples use fluent pattern
#85
PonchoPowers
opened
4 weeks ago
0
By using `withTimeout` the lock is not released as expected
#84
mytharcher
closed
2 weeks ago
4
Update README.md
#83
tarolling
opened
4 months ago
0
Add new feature to mutex and semaphore - cancelUnlockWaiters: Cancel pending unlocks.
#82
alveifbklsiu259
opened
4 months ago
2
Suggestion: Shared lock
#81
jlherren
opened
5 months ago
0
The new priority feature is not documented for `Mutex.runExclusive()`, only `Semaphore.runExclusive()`
#80
NoahAndrews
opened
5 months ago
0
Add release dates on CHANGELOG.md
#79
DavideViolante
closed
8 months ago
1
(Breaking) Wrap weight and priority in an options object
#78
dmurvihill
opened
8 months ago
1
Add failing test for crowd-out condition
#77
dmurvihill
closed
8 months ago
0
Fix spurious warning from node in test output
#76
dmurvihill
closed
9 months ago
1
Add priority queueing for Mutex and Semaphore
#75
dmurvihill
closed
8 months ago
7
RFC: Draft interface for priority-queuing feature
#74
dmurvihill
closed
9 months ago
2
Request: Priority Queue
#73
dmurvihill
closed
8 months ago
4
Fix small README.md typo
#72
aryzing
closed
9 months ago
1
Semaphore with negative count (suggestion)
#71
mh-joneydi
opened
1 year ago
0
Java ReentrantLock implementation (Suggestion)
#70
hdkrus
opened
1 year ago
0
DELETE ME
#69
david-christ
closed
1 year ago
1
add `types` condition to the front
#68
Andarist
opened
1 year ago
4
Cancel doesn't work as expected
#67
ivstiv
closed
1 year ago
1
Bump json5 from 2.2.1 to 2.2.3
#66
dependabot[bot]
opened
1 year ago
0
0.4.0 not downloadable?
#65
JiriTrecak
closed
1 year ago
1
Cancel specific pending lock
#64
AndreMaz
opened
2 years ago
5
clear timeout when resolving
#63
AkatQuas
closed
9 months ago
3
Would it always be `locked` if we initialize the semaphore with a negative integer?
#62
AkatQuas
closed
1 year ago
1
0.4 Changelog
#61
KilianB
closed
2 years ago
1
Communicate value to waiting code
#60
cryptofomo1
closed
2 years ago
0
Bump ansi-regex from 3.0.0 to 3.0.1
#59
dependabot[bot]
closed
2 years ago
1
TypeError: objMutex.waitForUnlock is not a function
#58
uranik777
closed
2 years ago
3
Weighted semaphore
#57
vizsatiz
closed
2 years ago
2
what is the limit of thread safe queue limit of asyn-mutex module?
#56
rajendraspringer
closed
2 years ago
1
Bump minimist from 1.2.5 to 1.2.6
#55
dependabot[bot]
closed
2 years ago
1
Timing bug inside semaphore for `isLocked()`
#54
CMCDragonkai
closed
2 years ago
7
Can `waitForUnlock` be affected by `withTimeout` decorator?
#53
CMCDragonkai
closed
2 years ago
3
mutex.waitForUnlock() bug?
#52
ricardojosegomezulmke
closed
2 years ago
3
Bug: Bad execution time for large number of calls on Mutex.runExclusive
#51
Zomono
closed
2 years ago
3
Please don't deprecate release() function
#50
Aryk
closed
2 years ago
7
Why can't I release a semaphore?
#49
adamburgess
closed
2 years ago
2
Is there a way to implement a RWLock ontop of async-mutex?
#48
CMCDragonkai
closed
2 years ago
8
Add waitForUnlock function to Semaphore and Mutex.
#47
JasonGore
closed
3 years ago
4
Possible to have blocking version of isLocked?
#46
JasonGore
closed
3 years ago
0
Bump path-parse from 1.0.6 to 1.0.7
#45
dependabot[bot]
closed
3 years ago
1
Race condition when using runExclusively
#44
trajano
closed
3 years ago
3
fix tryAcquire README example
#43
JMounier
closed
3 years ago
1
Locking a specific value
#42
anton-johansson
closed
3 years ago
4
chore: release as soon as possible
#41
Kikobeats
closed
3 years ago
3
Bump glob-parent from 5.1.1 to 5.1.2
#40
dependabot[bot]
closed
3 years ago
1
Bump lodash from 4.17.20 to 4.17.21
#39
dependabot[bot]
closed
3 years ago
1
Clarify in docs that the release function returned by acquire can be called multiple times
#38
ztane
closed
2 years ago
3
[doc] Fix typos in code-examples
#37
kronthto
closed
3 years ago
1
Bump y18n from 4.0.0 to 4.0.1
#36
dependabot[bot]
closed
3 years ago
1
Next