.
original commit: c60bf4b986e021bf82ce89c66745bded75f4edf6
This commit is contained in:
parent
339cd457a4
commit
703fd60aa7
|
@ -121,7 +121,7 @@
|
|||
(raise-type-error 'merge-input "positive exact integer or #f" limit))
|
||||
(let-values ([(rd wt) (make-pipe limit)]
|
||||
[(other-done?) #f]
|
||||
[(sema) (make-semaphore)])
|
||||
[(sema) (make-semaphore 1)])
|
||||
(let ([copy
|
||||
(lambda (from)
|
||||
(thread
|
||||
|
|
Loading…
Reference in New Issue
Block a user