Dongsheng Song 8 Apr 2003 09:39:46 -0000
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.