ordered_message_processor::sync_send 方法

如果尚未同步对消息进行排队和开始处理任务,那么完成此操作。

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

参数

  • _Msg
    指向消息的指针。

要求

**标头:**agents.h

命名空间: 并发

请参见

其他资源

ordered_message_processor 类