1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-17 05:58:06 +00:00

Work on the filewatch module.

Currently a wrapper around inotify, should be expanded to work with
kqueue, icop, and eventually a implementation with polling and stat.
This commit is contained in:
Calvin Rose
2024-08-11 17:50:58 -05:00
parent 2dcc0adc0e
commit 6ceff6ecc9
7 changed files with 317 additions and 3 deletions

View File

@@ -4706,6 +4706,7 @@
"src/core/ev.c"
"src/core/ffi.c"
"src/core/fiber.c"
"src/core/filewatch.c"
"src/core/gc.c"
"src/core/inttypes.c"
"src/core/io.c"