Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: create a more local lock when creating writable fixtures.
Previously, the lock location would block all writers from executing a fixture even though they wouldn't step on each others feet. Now, a script destination is used to assure locks are created close to the destination when creating writable fixtures, typically removing the need for multiple writers to wait on each other unnecessarily.
- Loading branch information