ordered_message_processor::async_send Method

Asynchronously queues up messages and starts a processing task, if this has not been done already.

virtual void async_send(
   message<_Type> * _Msg
);

Parameters

  • _Msg
    A pointer to a message.

Requirements

Header: agents.h

Namespace: Concurrency

See Also

Reference

ordered_message_processor Class