Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider specifying a parallel queue for operations which acquire locks #74

Closed
a-sully opened this issue Nov 11, 2022 · 0 comments · Fixed by #95
Closed

Consider specifying a parallel queue for operations which acquire locks #74

a-sully opened this issue Nov 11, 2022 · 0 comments · Fixed by #95

Comments

@a-sully
Copy link
Collaborator

a-sully commented Nov 11, 2022

Otherwise lock acquisition will race with other lock-acquiring methods. See #9 (comment)

a-sully added a commit to a-sully/fs that referenced this issue Jan 18, 2023
a-sully added a commit to a-sully/fs that referenced this issue Jan 18, 2023
a-sully added a commit to a-sully/fs that referenced this issue Jan 25, 2023
a-sully added a commit to a-sully/fs that referenced this issue Apr 4, 2023
a-sully added a commit to a-sully/fs that referenced this issue Jun 2, 2023
a-sully added a commit that referenced this issue Jun 13, 2023
The parallel queue is used for all file system operations, as well as file locking and request/query access checks (see https://github.com/whatwg/fs/pull/9/files#r1109679577)

Fixes #74
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant