You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enhance: synchronize file manipulation for built-ins
Use named locks to prevent concurrent writes to files manipulated by
built-in tools. Locks are named after the file they protect. Lock
acquisition has no guaranteed order. A more complex solution should
be considered if a guaranteed order is desired; e.g. FIFO.
Signed-off-by: Nick Hale <[email protected]>
0 commit comments