mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(queue): add TSPriorityQueue and TSTimerPriority
This commit is contained in:
parent
2200aab4c2
commit
2e82693829
9 changed files with 264 additions and 0 deletions
7
storm/Queue.hpp
Normal file
7
storm/Queue.hpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef STORM_QUEUE_HPP
|
||||
#define STORM_QUEUE_HPP
|
||||
|
||||
#include "storm/queue/TSPriorityQueue.hpp"
|
||||
#include "storm/queue/TSTimerPriority.hpp"
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue