no message
original commit: 13ff4cd604078dbaac6a6556ebce8f931d2dfba2
This commit is contained in:
parent
f539517894
commit
de8160e521
|
@ -112,7 +112,7 @@
|
||||||
"")
|
"")
|
||||||
""))
|
""))
|
||||||
|
|
||||||
(define not-break? (lambda (x) (not (exn:misc:user-break? x))))
|
(define not-break? (lambda (x) (not (exn:break? x))))
|
||||||
|
|
||||||
; One lock for all hash table operations is good enough
|
; One lock for all hash table operations is good enough
|
||||||
(define ht-lock (make-semaphore 1))
|
(define ht-lock (make-semaphore 1))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user