Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When overridden in a derived class, places messages into the block asynchronously.
virtual void async_send(
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