Skip to content

Commit

Permalink
Use delay/thread for blueboxes cache
Browse files Browse the repository at this point in the history
  • Loading branch information
greghendershott committed Jul 6, 2024
1 parent 6ca3dd6 commit 0f69c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion racket/scribble.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

(define racket-version-6.10? (equal? (version) "6.10"))

(define bluebox-cache (delay (make-blueboxes-cache #t)))
(define bluebox-cache (delay/thread (make-blueboxes-cache #t)))

(define/contract (identifier->bluebox stx)
(-> identifier? (or/c #f string?))
Expand Down

0 comments on commit 0f69c16

Please sign in to comment.