Handbook
Glossary
(current-process) ( -- handle )
Vocabulary
io
.
launcher
Inputs
None
Outputs
handle
a process handle
Word description
Returns the handle of the current process.
Examples
USING: io.launcher math prettyprint ; (current-process) number? .
t
Definition
USING:
io.backend
;
IN:
io.launcher
HOOK:
(current-process)
io-backend
( -- handle )
Methods
USING:
io.launcher
system
unix.ffi
;
M:
unix
(current-process)
getpid
;