default
2007-07-04 21:15:41
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).
| Version | Created | Author | URLs |
|---|---|---|---|
| tqueue 0.2 (default) | 08:11:07 on 2007-11-11 | brian | source |
| tqueue 0.1 (default) | 21:15:59 on 2007-07-04 | brian | source |