#include <q-consumer-threads.H>
template<
typename T>
class QueueTheadsPool< T >::ConsumerQueueEvent
Definition at line 89 of file q-consumer-threads.H.
◆ Status
◆ ~ConsumerQueueEvent()
◆ 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
◆ QueueTheadsPool
◆ item
◆ status
The documentation for this class was generated from the following file: