跳到主要内容

send_oneway_message

单向发送消息

声明

bool send_oneway_message(Message msg, bool orderly = false)

参数

参数名描述
msg待发送的消息(Message类型 -parallel map)
orderly- 是否顺序发送(默认值为false)

返回值

操作结果: false-未开始/true-成功

使用方式

返回文档