Parents: | io.monitors |
Class | Superclass | Slots |
recursive-monitor | monitor | children thread ready |
+stop+ |
Word | Stack 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 -- ) |
Word | Stack effect |
recursive-monitor? | ( object -- ? ) |