[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
GAsyncQueue
- From: tom <foo bar org>
- To: gtk-devel-list gnome org
- Subject: GAsyncQueue
- Date: Mon, 30 Dec 2002 21:34:30 +0100
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]