added run-desc in io.launcher
parent
a18c5816e0
commit
5038cb3ba6
|
@ -3,9 +3,9 @@
|
||||||
USING: system kernel namespaces strings hashtables sequences
|
USING: system kernel namespaces strings hashtables sequences
|
||||||
assocs combinators vocabs.loader init threads continuations
|
assocs combinators vocabs.loader init threads continuations
|
||||||
math accessors concurrency.flags destructors environment
|
math accessors concurrency.flags destructors environment
|
||||||
io io.backend io.timeouts io.pipes io.pipes.private io.encodings
|
io io.encodings.ascii io.backend io.timeouts io.pipes
|
||||||
io.streams.duplex io.ports debugger prettyprint summary
|
io.pipes.private io.encodings io.streams.duplex io.ports
|
||||||
calendar ;
|
debugger prettyprint summary calendar ;
|
||||||
IN: io.launcher
|
IN: io.launcher
|
||||||
|
|
||||||
TUPLE: process < identity-tuple
|
TUPLE: process < identity-tuple
|
||||||
|
@ -265,3 +265,5 @@ M: object run-pipeline-element
|
||||||
{ [ os winnt? ] [ "io.launcher.windows.nt" require ] }
|
{ [ os winnt? ] [ "io.launcher.windows.nt" require ] }
|
||||||
[ ]
|
[ ]
|
||||||
} cond
|
} cond
|
||||||
|
|
||||||
|
: run-desc ( desc -- result ) ascii <process-reader> f swap stream-read-until drop ;
|
||||||
|
|
Loading…
Reference in New Issue