Fix resource pool bug
All checks were successful
/ test (push) Successful in 9s

And remove unnecessary named let.
This commit is contained in:
Christopher Baines 2025-07-01 23:13:31 +01:00
parent ff93dc1442
commit ec2f2489a2

View file

@ -1317,8 +1317,9 @@ available. Return the resource once PROC has returned."
start-time) start-time)
'timeout) 'timeout)
response)) response))
'timeout))))) 'timeout))
(let loop ((reply (make-channel))) 'timeout)))
(let ((reply (make-channel)))
(put-message channel (put-message channel
(list 'checkout (list 'checkout
reply reply