An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

See documentation at [https://vtjnash.github.io/Pidfile.jl/](https://vtjnash.github.io/Pidfile.jl/).

[![Build Status](https://github.com/vtjnash/Pidfile.jl/workflows/CI/badge.svg)](https://github.com/vtjnash/Pidfile.jl/actions/workflows/CI.yml?query=branch%3Amaster)
[![coveralls](https://coveralls.io/repos/github/vtjnash/Pidfile.jl/badge.svg?label=coveralls)](https://coveralls.io/github/vtjnash/Pidfile.jl)
[![codecov](https://codecov.io/gh/vtjnash/Pidfile.jl/branch/master/graph/badge.svg?label=codecov&token=DAFe1ng5I6)](https://codecov.io/gh/vtjnash/Pidfile.jl)

---

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

---