private_event_sourcing

Function send_async_message

Source
pub fn send_async_message(
    recipients: BTreeSet<AgentPubKey>,
    message_id: String,
    message: Message,
) -> ExternResult<()>