oops
This commit is contained in:
parent
658f581272
commit
e1d9ec6fc5
|
@ -90,7 +90,8 @@
|
||||||
(for ([w (in-set dequeue-waiters)])
|
(for ([w (in-set dequeue-waiters)])
|
||||||
(thread-send w #f #f))
|
(thread-send w #f #f))
|
||||||
(for ([(k v) (in-hash task-waiters)])
|
(for ([(k v) (in-hash task-waiters)])
|
||||||
(thread-send v (error "queue shutdown") #f)))
|
(for ([w (in-set v)])
|
||||||
|
(thread-send w (error "queue shutdown") #f))))
|
||||||
|
|
||||||
;; attempts to dequeue the next work
|
;; attempts to dequeue the next work
|
||||||
;; if there is work, set it to executing and invoke and remove one of the workers
|
;; if there is work, set it to executing and invoke and remove one of the workers
|
||||||
|
|
Loading…
Reference in New Issue