#include <q-consumer-threads.H>
|
| bool | run ()=0 |
| | this is a item extracted from the queue
|
| |
template<
typename T>
class ConsumerQueueEvent< T >
Definition at line 59 of file q-consumer-threads.H.
◆ Status
◆ run()
this is a item extracted from the queue
Derived classes from this one implement the action that must performed when the item is extracted from the queue.
After event execution this event return a bool. A true return value indicates that the thread can continue consuming others items form the queue. At the contrary, a false return value indicates that the thread must finish
◆ item
◆ status
The documentation for this class was generated from the following file: