GitHub / DirtyHairy/async-mutex issues and pull requests
#88 - calling both mutex.acquire() and mutex.waitForUnlock() on a locked mutex will cause a deadlock
Issue -
State: open - Opened by thevolp about 2 months ago
#87 - Nested changes
Pull Request -
State: closed - Opened by savith-seequent 5 months ago
#86 - Does not work with Worker Threads
Issue -
State: open - Opened by anshul-kai 8 months ago
#85 - All examples use fluent pattern
Issue -
State: open - Opened by PonchoPowers 10 months ago
- 1 comment
#84 - By using `withTimeout` the lock is not released as expected
Issue -
State: closed - Opened by mytharcher 12 months ago
- 4 comments
#83 - Update README.md
Pull Request -
State: open - Opened by tarolling about 1 year ago
#82 - Add new feature to mutex and semaphore - cancelUnlockWaiters: Cancel pending unlocks.
Pull Request -
State: open - Opened by alveifbklsiu259 about 1 year ago
- 2 comments
#81 - Suggestion: Shared lock
Issue -
State: open - Opened by jlherren about 1 year ago
#80 - The new priority feature is not documented for `Mutex.runExclusive()`, only `Semaphore.runExclusive()`
Issue -
State: open - Opened by ItsHarper about 1 year ago
- 1 comment
#79 - Add release dates on CHANGELOG.md
Pull Request -
State: closed - Opened by DavideViolante over 1 year ago
- 1 comment
#78 - (Breaking) Wrap weight and priority in an options object
Pull Request -
State: open - Opened by dmurvihill over 1 year ago
- 1 comment
#77 - Add failing test for crowd-out condition
Pull Request -
State: closed - Opened by dmurvihill over 1 year ago
#76 - Fix spurious warning from node in test output
Pull Request -
State: closed - Opened by dmurvihill over 1 year ago
- 1 comment
#75 - Add priority queueing for Mutex and Semaphore
Pull Request -
State: closed - Opened by dmurvihill over 1 year ago
- 7 comments
#74 - RFC: Draft interface for priority-queuing feature
Pull Request -
State: closed - Opened by dmurvihill over 1 year ago
- 2 comments
#73 - Request: Priority Queue
Issue -
State: closed - Opened by dmurvihill over 1 year ago
- 4 comments
#72 - Fix small README.md typo
Pull Request -
State: closed - Opened by aryzing over 1 year ago
- 1 comment
#71 - Semaphore with negative count (suggestion)
Issue -
State: open - Opened by mh-joneydi almost 2 years ago
#70 - Java ReentrantLock implementation (Suggestion)
Issue -
State: open - Opened by hdkrus about 2 years ago
#69 - DELETE ME
Issue -
State: closed - Opened by david-christ about 2 years ago
- 1 comment
#68 - add `types` condition to the front
Pull Request -
State: open - Opened by Andarist about 2 years ago
- 4 comments
#67 - Cancel doesn't work as expected
Issue -
State: closed - Opened by ivstiv over 2 years ago
- 1 comment
Labels: invalid
#66 - Bump json5 from 2.2.1 to 2.2.3
Pull Request -
State: open - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#65 - 0.4.0 not downloadable?
Issue -
State: closed - Opened by JiriTrecak over 2 years ago
- 1 comment
#64 - Cancel specific pending lock
Issue -
State: open - Opened by AndreMaz almost 3 years ago
- 5 comments
#63 - clear timeout when resolving
Pull Request -
State: closed - Opened by AkatQuas almost 3 years ago
- 3 comments
#62 - Would it always be `locked` if we initialize the semaphore with a negative integer?
Issue -
State: closed - Opened by AkatQuas almost 3 years ago
- 1 comment
#61 - 0.4 Changelog
Issue -
State: closed - Opened by KilianB almost 3 years ago
- 1 comment
#60 - Communicate value to waiting code
Issue -
State: closed - Opened by cryptofomo1 about 3 years ago
#59 - Bump ansi-regex from 3.0.0 to 3.0.1
Pull Request -
State: closed - Opened by dependabot[bot] about 3 years ago
- 1 comment
Labels: dependencies
#58 - TypeError: objMutex.waitForUnlock is not a function
Issue -
State: closed - Opened by uranik777 about 3 years ago
- 3 comments
#57 - Weighted semaphore
Pull Request -
State: closed - Opened by vizsatiz about 3 years ago
- 2 comments
#56 - what is the limit of thread safe queue limit of asyn-mutex module?
Issue -
State: closed - Opened by rajendraspringer about 3 years ago
- 1 comment
#55 - Bump minimist from 1.2.5 to 1.2.6
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
- 1 comment
Labels: dependencies
#54 - Timing bug inside semaphore for `isLocked()`
Issue -
State: closed - Opened by CMCDragonkai over 3 years ago
- 7 comments
#53 - Can `waitForUnlock` be affected by `withTimeout` decorator?
Issue -
State: closed - Opened by CMCDragonkai over 3 years ago
- 3 comments
Labels: enhancement
#52 - mutex.waitForUnlock() bug?
Issue -
State: closed - Opened by ricardojosegomezulmke over 3 years ago
- 3 comments
Labels: bug
#51 - Bug: Bad execution time for large number of calls on Mutex.runExclusive
Issue -
State: closed - Opened by Zomono over 3 years ago
- 3 comments
#50 - Please don't deprecate release() function
Issue -
State: closed - Opened by Aryk over 3 years ago
- 7 comments
#49 - Why can't I release a semaphore?
Issue -
State: closed - Opened by adamburgess almost 4 years ago
- 2 comments
#48 - Is there a way to implement a RWLock ontop of async-mutex?
Issue -
State: closed - Opened by CMCDragonkai almost 4 years ago
- 8 comments
#47 - Add waitForUnlock function to Semaphore and Mutex.
Pull Request -
State: closed - Opened by JasonGore almost 4 years ago
- 4 comments
#46 - Possible to have blocking version of isLocked?
Issue -
State: closed - Opened by JasonGore almost 4 years ago
#45 - Bump path-parse from 1.0.6 to 1.0.7
Pull Request -
State: closed - Opened by dependabot[bot] almost 4 years ago
- 1 comment
Labels: dependencies
#44 - Race condition when using runExclusively
Issue -
State: closed - Opened by trajano about 4 years ago
- 3 comments
#43 - fix tryAcquire README example
Pull Request -
State: closed - Opened by JMounier about 4 years ago
- 1 comment
#42 - Locking a specific value
Issue -
State: closed - Opened by anton-johansson about 4 years ago
- 4 comments
#41 - chore: release as soon as possible
Pull Request -
State: closed - Opened by Kikobeats about 4 years ago
- 3 comments
#40 - Bump glob-parent from 5.1.1 to 5.1.2
Pull Request -
State: closed - Opened by dependabot[bot] about 4 years ago
- 1 comment
Labels: dependencies
#39 - Bump lodash from 4.17.20 to 4.17.21
Pull Request -
State: closed - Opened by dependabot[bot] about 4 years ago
- 1 comment
Labels: dependencies
#38 - Clarify in docs that the release function returned by acquire can be called multiple times
Issue -
State: closed - Opened by ztane over 4 years ago
- 3 comments
#37 - [doc] Fix typos in code-examples
Pull Request -
State: closed - Opened by kronthto over 4 years ago
- 1 comment
#36 - Bump y18n from 4.0.0 to 4.0.1
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
- 1 comment
Labels: dependencies
#35 - Wrap functions in a semaphore with ES6 Proxy functions
Pull Request -
State: open - Opened by kgullion over 4 years ago
#34 - Add clearTimeout and tests
Pull Request -
State: closed - Opened by cantoine over 4 years ago
- 1 comment
#33 - withTimeout missing a clearTimeout
Issue -
State: closed - Opened by cantoine over 4 years ago
- 2 comments
#32 - Types not compatible
Issue -
State: closed - Opened by hasezoey over 4 years ago
- 1 comment
#31 - Feature request: mutex.tryLock()
Issue -
State: closed - Opened by marco-a over 4 years ago
- 2 comments
#30 - thank you!
Issue -
State: closed - Opened by iambumblehead over 4 years ago
- 1 comment
#29 - Fixed spelling of "unavailable" in Semaphore.ts
Pull Request -
State: closed - Opened by marco-a over 4 years ago
- 1 comment
#28 - Option to empty the queue?
Issue -
State: closed - Opened by itayganor over 4 years ago
- 5 comments
#27 - Alternate release API seems broken
Issue -
State: closed - Opened by jlherren over 4 years ago
- 1 comment
#26 - Mutex guarantees FIFO?
Issue -
State: closed - Opened by mannharleen over 4 years ago
- 1 comment
#25 - Question about Usage
Issue -
State: closed - Opened by jenna-h over 4 years ago
- 2 comments
#24 - Fix a few spelling errors
Pull Request -
State: closed - Opened by nnoodle almost 5 years ago
- 1 comment
#23 - Feature: increase semaphore's value
Issue -
State: closed - Opened by Mavahu almost 5 years ago
- 2 comments
#22 - Not work on express app
Issue -
State: closed - Opened by tinytortoise-dev about 5 years ago
- 4 comments
#21 - Bump lodash from 4.17.15 to 4.17.19
Pull Request -
State: closed - Opened by dependabot[bot] about 5 years ago
- 1 comment
Labels: dependencies
#20 - NPM documentation improvement
Issue -
State: closed - Opened by shasaur about 5 years ago
- 1 comment
#19 - feat: add force release mode to release all held locks
Issue -
State: closed - Opened by snowyu about 5 years ago
- 4 comments
#18 - Add lock by key
Issue -
State: closed - Opened by gajus about 5 years ago
- 3 comments
#17 - Error: Package subpath './package.json' is not defined by "exports"
Issue -
State: closed - Opened by malikbenkirane about 5 years ago
- 2 comments
#16 - Fix typo
Pull Request -
State: closed - Opened by ranma42 about 5 years ago
- 1 comment
#15 - Different release lock interface
Issue -
State: closed - Opened by moredrowsy about 5 years ago
- 2 comments
#14 - Weird warning
Issue -
State: closed - Opened by cristianoccazinsp about 5 years ago
- 7 comments
#13 - Fix no valid exports main error (MODULE_NOT_FOUND)
Pull Request -
State: closed - Opened by josemiguelmelo over 5 years ago
- 6 comments
#12 - Limit concurrency with Mutex?
Issue -
State: closed - Opened by joerick over 5 years ago
- 6 comments
#11 - Add an ES module entrypoint
Issue -
State: closed - Opened by rubys over 5 years ago
- 5 comments
Labels: enhancement
#10 - Using async mutex across NodeJS processes
Issue -
State: closed - Opened by lucas-rudd over 5 years ago
- 1 comment
#9 - Optional acquire timeout?
Issue -
State: closed - Opened by cristianoccazinsp almost 6 years ago
- 5 comments
Labels: enhancement
#8 - fixed small errors
Pull Request -
State: closed - Opened by 0xflotus almost 6 years ago
- 1 comment
#7 - Clean up _dispatchNext
Pull Request -
State: closed - Opened by riperk about 6 years ago
- 1 comment
#6 - Cleaner version of runExclusive
Pull Request -
State: closed - Opened by riperk about 6 years ago
- 1 comment
#5 - Documentation enhancement
Pull Request -
State: closed - Opened by hmil over 7 years ago
- 1 comment
#4 - Ignore more files on npm
Pull Request -
State: closed - Opened by hmil over 7 years ago
- 1 comment
#3 - Move Dependencies to DevDependencies
Pull Request -
State: closed - Opened by MeirionHughes almost 8 years ago
- 1 comment
#2 - A small improvement
Issue -
State: closed - Opened by ironbone over 8 years ago
- 4 comments
#1 - Wrong documantation
Issue -
State: closed - Opened by ironbone over 8 years ago
- 1 comment