original commit: c60bf4b986e021bf82ce89c66745bded75f4edf6
This commit is contained in:
Matthew Flatt 2001-11-05 22:16:56 +00:00
parent 339cd457a4
commit 703fd60aa7

View File

@ -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