Handbook
Glossary
start-vocab-monitor ( vocab-root -- )
Vocabulary
vocabs
.
refresh
.
monitor
Inputs
vocab-root
an
object
Outputs
None
Definition
USING:
continuations
io
kernel
namespaces
prettyprint
sequences
threads
;
IN:
vocabs.refresh.monitor
:
start-vocab-monitor
( vocab-root -- )
[
dup
[
[
(start-vocab-monitor)
]
curry
]
dip
[
"fatal error for monitor root '"
"': "
surround
write
.
flush
]
curry
[
with-global
]
curry
[
recover
]
2curry
]
[
"Root monitor: "
prepend
]
bi
spawn
drop
;