tristanable/source/tristanable/queue
Tristan B. Velloza Kildaire 713c102da5 Queue
- Added an `exitReason` and an `alive` (set to `true` on construction)
- Calling `shutdownQueue(ErrorType)` will set the exit reason, will also set the aliveness to `false` and wake up ALL `dequeue()`'s blocking
- `dequeue()` first check in wakeup routine duty cycle is to check if we are alive
2023-11-26 18:58:53 +02:00
..
queue.d Queue 2023-11-26 18:58:53 +02:00