moonrepo / starbase

Framework for building performant command line applications and developer tools.
MIT License
68 stars 6 forks source link

new: Rework directory locking. #47

Closed milesj closed 8 months ago

milesj commented 8 months ago

Instead of detecting .lock files, which isn't accurate when processes are killed, it instead uses file locking which is applied at the kernel level.

Context: https://www.reddit.com/r/rust/comments/14hlx8u/comment/jpbmsh2/?utm_source=reddit&utm_medium=web2x&context=3