Utility for creating advisory pidfiles (lock files)
Find a file
Max Horn 67c3f23b25
Remove __precompile__() from Pidfile.jl (#18)
This is not necessary anymore since Julia 0.7
2023-05-31 14:28:39 +00:00
.github Change v1.7 to v1.x for CI (#16) 2023-05-16 12:32:47 -04:00
docs add a feature to continually refresh a LockMonitor file 2022-02-18 15:10:37 -05:00
src Remove __precompile__() from Pidfile.jl (#18) 2023-05-31 14:28:39 +00:00
test enable mkpidlock code for proc::Process 2022-02-18 15:12:25 -05:00
.gitignore Pidfile.jl generated files. 2018-01-04 21:47:55 -05:00
LICENSE.md Pidfile.jl generated files. 2018-01-04 21:47:55 -05:00
Project.toml release v1.3 2022-02-18 15:12:25 -05:00
README.md readme: point to FileWatching replacement 2023-05-16 12:38:33 -04:00

See documentation at https://vtjnash.github.io/Pidfile.jl/.

Build Status coveralls codecov


This package is now available (Julia v1.9+) with using FileWatching.Pidfile from the Julia stdlib!