Major rewrite of the SilcThreadQueue API
authorPekka Riikonen <priikone@silcnet.org>
Sat, 23 Feb 2008 13:46:52 +0000 (15:46 +0200)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 23 Feb 2008 13:46:52 +0000 (15:46 +0200)
The new API allows creation of queues with multiple pipes.  Each pipe
is independently lockable and waitable.  A queue with one pipe is same
as the old SilcThreadQueue.

The queue now also supports FIFO order when popping data from the pipes.
By default the order is LIFO.


No differences found