Handbook
Glossary
notify-exit ( process status -- )
Vocabulary
io
.
launcher
.
private
Inputs
process
an
object
status
an
object
Outputs
None
Definition
USING:
accessors
assocs
io.launcher
kernel
namespaces
sequences
threads
;
IN:
io.launcher.private
:
notify-exit
( process status -- )
>>status
[
processes
get
delete-at*
drop
[
resume
]
each
]
keep
f
>>handle
drop
;