Skip to content

Commit cb4cc11

Browse files
authored
Make FileWatching.Pidfile public (#61208)
As the documentation mentions it explicitly and e.g. suggest using [FileWatching.Pidfile.mkpidfile](https://docs.julialang.org/en/v1.12/stdlib/FileWatching/#FileWatching.Pidfile.mkpidlock) among other things. Without this, [ExplicitImports](https://github.com/JuliaTesting/ExplicitImports.jl) complains (CC @ericphanson)
1 parent 8245674 commit cb4cc11

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

stdlib/FileWatching/src/pidfile.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"""
2+
A simple utility tool for creating advisory pidfiles (lock files).
3+
"""
14
module Pidfile
25

36

@@ -372,3 +375,5 @@ function Base.close(lock::LockMonitor)
372375
end
373376

374377
end # module
378+
379+
public Pidfile

0 commit comments

Comments
 (0)