We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad16a05 commit 87cf1a7Copy full SHA for 87cf1a7
sitelib/util/concurrent/fork-join-pool.scm
@@ -280,7 +280,7 @@
280
(run-task (worker-queue-pop! (fork-join-pool-worker-queue pool) 0 #f) wq)
281
(fork-join-pool-idle-count-inc! pool)
282
(cond ((and (worker-queue-wait! wq (->timeout pool))
283
- (worker-queue-shutdown? wq))
+ (not (worker-queue-shutdown? wq)))
284
(fork-join-pool-idle-count-dec! pool)
285
(fork-join-pool-run-worker pool wq))
286
(else (fork-join-pool-idle-count-dec! pool))))
0 commit comments