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