correct wait arguments
This commit is contained in:
parent
e73f5b04a7
commit
47fe4b82ae
|
@ -283,7 +283,7 @@ Derived procedures:
|
||||||
(fork/pipe+ conns [thunk]) proc or #f
|
(fork/pipe+ conns [thunk]) proc or #f
|
||||||
(%fork/pipe+ conns [thunk]) proc or #f
|
(%fork/pipe+ conns [thunk]) proc or #f
|
||||||
|
|
||||||
(wait [proc/pid]) -> status [proc]
|
(wait proc/pid [flags]) -> status [proc]
|
||||||
|
|
||||||
(call-terminally thunk)
|
(call-terminally thunk)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue