metatypedev / ghjk

ghjk is a programmable runtime manager and an attempt at a successor for asdf.
Mozilla Public License 2.0
4 stars 0 forks source link

Mutex on lockfile #90

Open Yohe-Am opened 3 weeks ago

Yohe-Am commented 3 weeks ago

We wan't to avoid concurrent ghjk invocations racing on the lockfile. A good solution is to use a special file to protect the critical sections.

linear[bot] commented 3 weeks ago

MET-581 Mutex on lockfile