Userspace Resource Manager
Loading...
Searching...
No Matches
RequestQueue Class Reference

This class represents a mutex-protected multiple producer, single consumer priority queue. More...

#include <RequestQueue.h>

Detailed Description

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.


The documentation for this class was generated from the following file: