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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user