GME  13
apr_queue.h File Reference

Thread Safe FIFO bounded queue. More...

Go to the source code of this file.


Detailed Description

Thread Safe FIFO bounded queue.

Note:
Since most implementations of the queue are backed by a condition variable implementation, it isn't available on systems without threads. Although condition variables are some times available without threads.

Definition in file apr_queue.h.