io.monitors.recursive vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Tuple classes
ClassSuperclassSlots
recursive-monitor monitorchildren thread ready


Symbol words
+stop+


Ordinary words
WordStack effect
<recursive-monitor>( path mailbox -- monitor )
add-child-monitor( path -- )
add-child-monitors( path -- )
child-added( path monitor -- )
child-removed( path monitor -- )
monitor-ready( error/t -- )
notify?( -- ? )
pump-loop( -- )
pump-step( msg -- )
pump-thread( monitor -- )
qualify-path( path -- path' )
remove-child-monitor( monitor -- )
start-pump-thread( monitor -- )
stop-pump( -- )
update-hierarchy( msg -- )
wait-for-ready( monitor -- )


Class predicate words
WordStack effect
recursive-monitor?( object -- ? )


Files