Avoid errors about returning no values from a exception handler
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Christopher Baines 2025-11-25 09:58:58 +00:00
parent 9cce89fc01
commit 8100d36aa5

View file

@ -558,7 +558,8 @@
(lambda (exn)
;; This can happen if the resource pool is destroyed very
;; quickly
(unless (resource-pool-destroyed-error? exn)
(if (resource-pool-destroyed-error? exn)
#f
(raise-exception exn)))
(lambda ()
(with-parallelism-limiter