-
Notifications
You must be signed in to change notification settings - Fork 19
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
Comments
This was referenced Nov 11, 2022
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
4 tasks
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
Otherwise lock acquisition will race with other lock-acquiring methods. See #9 (comment)
The text was updated successfully, but these errors were encountered: