Package eneter.messaging.dataprocessing.messagequeueing

The package contains the supporting functionality for queuing and processing messages with the working thread.

See:
          Description

Class Summary
MessageQueue<_MessageType> Implements the message queue.
WorkingThread<_MessageType> Implements the thread that has the message queue.
 

Package eneter.messaging.dataprocessing.messagequeueing Description

The package contains the supporting functionality for queuing and processing messages with the working thread. Several threads can put messages to the queue and one thread removes them and calls user code to process them.