added dfishers steal-port stuff
This commit is contained in:
parent
7073fef5c3
commit
0c1015a8f0
|
@ -329,9 +329,10 @@
|
|||
(if (not terminating?)
|
||||
(begin
|
||||
(set-exit-status! #f)
|
||||
(steal-channel-port! (command-input))
|
||||
(steal-channel-port! (command-output))
|
||||
(steal-channel-port! (command-error-output))))
|
||||
(steal-port! (command-input))
|
||||
(steal-port! (command-output))
|
||||
; (steal-port! (command-error-output))))
|
||||
))
|
||||
(run-threads
|
||||
(round-robin-event-handler (command-level-queue level)
|
||||
command-quantum
|
||||
|
|
Loading…
Reference in New Issue