https://github.com/vtjnash/pidfile.jl
Utility for creating advisory pidfiles (lock files)
https://github.com/vtjnash/pidfile.jl
lockfile pidfile
Last synced: 3 months ago
JSON representation
Utility for creating advisory pidfiles (lock files)
- Host: GitHub
- URL: https://github.com/vtjnash/pidfile.jl
- Owner: vtjnash
- License: other
- Created: 2018-01-05T08:39:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T14:28:40.000Z (over 2 years ago)
- Last Synced: 2025-07-02T05:48:08.533Z (3 months ago)
- Topics: lockfile, pidfile
- Language: Julia
- Homepage:
- Size: 157 KB
- Stars: 12
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
See documentation at [https://vtjnash.github.io/Pidfile.jl/](https://vtjnash.github.io/Pidfile.jl/).
[](https://github.com/vtjnash/Pidfile.jl/actions/workflows/CI.yml?query=branch%3Amaster)
[](https://coveralls.io/github/vtjnash/Pidfile.jl)
[](https://codecov.io/gh/vtjnash/Pidfile.jl)---
This package is now available (Julia v1.9+) with `using FileWatching.Pidfile` from the Julia stdlib!
---