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