don't evaluate (sync (system-idle-evt)) since it might not
come true in a parallel build Thanks to Asumu for spotting this.
This commit is contained in:
parent
940ccc8b5c
commit
5b7532c864
|
@ -271,7 +271,7 @@ with timeouts that have not yet expired. The system-idle event's
|
|||
(define th (thread (λ () (let loop () (loop)))))
|
||||
(sync/timeout 0.1 (system-idle-evt))
|
||||
(kill-thread th)
|
||||
(sync (system-idle-evt))
|
||||
(eval:alts (sync (system-idle-evt)) (void))
|
||||
]}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user