message_processor::sync_send Method
When overridden in a derived class, places messages into the block synchronously.
virtual void sync_send(
message<_Type> * _Msg
) = 0;
Parameters
- _Msg
A message object to send synchronously.
Remarks
Processor implementations should override this method.
Requirements
Header: agents.h
Namespace: Concurrency