source_block::async_send Method

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

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

Parameters

  • _Msg
    A pointer to a message object to asynchronously send.

Requirements

Header: agents.h

Namespace: Concurrency

See Also

Reference

source_block Class