And remove unnecessary named let.
This commit is contained in:
parent
ff93dc1442
commit
ec2f2489a2
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue