Parents: | io |
Authors: | Slava Pestov |
Class | Superclass | Slots |
file-change | tuple | path changed monitor |
monitor | disposable | path queue timeout |
Word | Stack effect |
(monitor) | ( path recursive? mailbox -- monitor ) |
dispose-monitors | ( -- ) |
init-monitors | ( -- ) |
+add-file+ |
+modify-file+ |
+remove-file+ |
+rename-file+ |
+rename-file-new+ |
+rename-file-old+ |
Word | Stack effect |
<monitor> | ( path recursive? -- monitor ) |
new-monitor | ( path mailbox class -- monitor ) |
next-change | ( monitor -- change ) |
queue-change | ( path changes monitor -- ) |
run-monitor | ( path recursive? quot -- ) |
with-monitor | ( path recursive? quot -- ) |
with-monitors | ( quot -- ) |
Word | Stack effect |
file-change? | ( object -- ? ) |
monitor? | ( object -- ? ) |
Vocabulary | Summary |
io.monitors.freebsd | |
io.monitors.linux | |
io.monitors.macos | |
io.monitors.recursive | |
io.monitors.windows |