Handbook
Glossary
run-site-watcher ( db -- )
Vocabulary
site-watcher
Inputs
db
an
object
Outputs
None
Definition
USING:
db
kernel
namespaces
timers
;
IN:
site-watcher
:
run-site-watcher
( db -- )
[
running-site-watcher
get
]
dip
'[
[
_
[
watch-sites
]
with-db
]
site-watcher-frequency
get
every
running-site-watcher
set
]
unless
;