class DelayQueue
|
Entries can be added to the queue at any rate. More... |
|
|
Public Types
Public Methods
Entries can be added to the queue at any rate. The callback is
invoked at the specified period to remove an entry from the queue.
typedef XorpCallback1<void, _Entry>::RefPtr DelayCallback | DelayCallback |
DelayQueue (EventLoop& eventloop, uint32_t delay, DelayCallback forward)
| DelayQueue |
void add (_Entry entry)
| add |
Add an entry to the queue. If the entry is already on the queue
it is not added again.
Start the timer running but don't add anything to the queue.
Generated by: pavlin on possum.icir.org on Wed Mar 21 11:23:58 2007, using kdoc $.