fix queue-callback to default to high priority
original commit: 73d28a3fff66aae7c948aaf5d6f7adee809d4fc2
This commit is contained in:
parent
e0f1ae3ed9
commit
0b412d18d5
|
@ -408,7 +408,7 @@
|
|||
(define (main-eventspace? e)
|
||||
(eq? e main-eventspace))
|
||||
|
||||
(define (queue-callback thunk [high? #f])
|
||||
(define (queue-callback thunk [high? #t])
|
||||
(queue-event (current-eventspace) thunk (cond
|
||||
[(not high?) 'lo]
|
||||
[(eq? high? middle-queue-key) 'med]
|
||||
|
|
Loading…
Reference in New Issue
Block a user