watch/opts
src/watch/opts.tur
watcher configuration options.
defn
watch-default-debounce-ms
(watch-default-debounce-ms)
150 ms, the notebook-v0.1.0 contract.
defn
watch-opts-make
(watch-opts-make [recursive : int debounce-ms : int coalesce : int attrib : int follow-moves : int])
allocate options with explicit field values.
defn
watch-opts-free
(watch-opts-free [opts : int])
release options. Safe on 0.
defn
default-watch-opts
(default-watch-opts)
preset matching notebook-v0.1.0 watch behavior.
defn
watch-opts-recursive
(watch-opts-recursive [opts : int])
defn
watch-opts-debounce-ms
(watch-opts-debounce-ms [opts : int])
defn
watch-opts-coalesce
(watch-opts-coalesce [opts : int])
defn
watch-opts-attrib
(watch-opts-attrib [opts : int])
defn
watch-opts-follow-moves
(watch-opts-follow-moves [opts : int])
defn
watch-opts-set-recursive
(watch-opts-set-recursive [opts : int v : int])
defn
watch-opts-set-debounce-ms
(watch-opts-set-debounce-ms [opts : int v : int])
defn
watch-opts-set-coalesce
(watch-opts-set-coalesce [opts : int v : int])
defn
watch-opts-set-attrib
(watch-opts-set-attrib [opts : int v : int])
defn
watch-opts-set-follow-moves
(watch-opts-set-follow-moves [opts : int v : int])