message_processor::process_incoming_message Method
When overridden in a derived class, performs the forward processing of messages into the block. Called once every time a new message is added and the queue is found to be empty.
virtual void process_incoming_message() = 0;
Remarks
Message block implementations should override this method.
Requirements
Header: agents.h
Namespace: concurrency