Handbook
Glossary
find-process ( handle -- process )
Vocabulary
io
.
launcher
.
unix
Inputs
handle
an
object
Outputs
process
an
object
Definition
USING:
accessors
assocs
io.launcher
kernel
namespaces
sequences
;
IN:
io.launcher.unix
:
find-process
( handle -- process )
processes
get
keys
[
handle>>
=
]
with
find
nip
;