tqueue
2007-07-04 21:14:43
(rss)tqueue is a small C library implementation of a temporal queue. Items are places in the queue with a set time. Once an item is seen the item will not be visable to a scan of the library until it becomes visable again (the default is 60 second). Items can still be retrieved during this period by doing a key scan for a particular item (where the item can then be deleted or udpated).
| Branch | Created | Author | Version | URLs |
|---|---|---|---|---|
| default | 08:11:07 on 2007-11-11 | brian | tqueue 0.2 (default) | source |