apr_array_push/apr_array_pop is unbounded LIFO queue implement, but is there 
has a unbouned FIFO queue within apr ?

I only find a Thread Safe FIFO bounded queue implement 
apr_queue_pop/apr_queue_push.

Reply via email to