|
Userspace Resource Manager
|
This class represents a mutex-protected multiple producer, single consumer priority queue. More...
#include <RequestQueue.h>
This class represents a mutex-protected multiple producer, single consumer priority queue.
It stores the pointer to the Requests and compares their priorities. The server thread picks up these requests in the order of their priorities and processes them.
Definition at line 18 of file RequestQueue.h.