GAsyncQueue



i use a GAsyncQueue for comunication betweeen threads..
but g_async_queue_length gives nuber of elements minus number of waiting threads..

but i need to go through all elements of the queue
(in c# foreach(file_t file in myQueue){})

how can i do it ?

thanks
tom





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]