-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
help wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull request
Description
Sometimes you want to make sure that multiple processes don't update the same file at the same time. For example, Pkg should lock the ~/.julia/REQUIRE file when installing or removing packages, and when writing the the ~/.julia_history` file, the REPL should lock it (or use atomic operations like seek-and-write in a true append mode).
Metadata
Metadata
Assignees
Labels
help wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull request