Priority queue implementation
guillaumemichel opened this issue · 0 comments
guillaumemichel commented
The current event queue implementation based on channels is a FIFO. In order to support high load, a priority queue should be implemented. The priority queue should be thread safe.