Open Issues Need Help
View All on GitHub Concurrency Control • Locking Mechanisms
AI Summary: Investigate extending the Locker library's locking mechanism to work across multiple browser tabs or windows. This likely involves using browser APIs like `BroadcastChannel` or storage events to synchronize lock state between tabs, ensuring exclusive access to shared resources even when multiple tabs are interacting with the application.
Complexity:
4/5
enhancement help wanted
BYOJS/locker
25
Exclusive, stackable locking to control concurrent access to shared resource(s)
JavaScript
#async#concurrency#lock#mutex#semaphore