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