Skip to content

Commit

Permalink
[FileWatching] reorganize file and add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Sep 26, 2024
1 parent 061a739 commit ec8d193
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 160 deletions.
16 changes: 11 additions & 5 deletions stdlib/FileWatching/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/FileWatching/do
# [File Events](@id lib-filewatching)

```@docs
FileWatching.poll_fd
FileWatching.poll_file
FileWatching.watch_file
FileWatching.watch_folder
FileWatching.unwatch_folder
poll_fd
poll_file
watch_file
watch_folder
unwatch_folder
```
```@docs
FileMonitor
FolderMonitor
PollingFileWatcher
FDWatcher
```

# Pidfile
Expand Down
Loading

0 comments on commit ec8d193

Please sign in to comment.