Function vin_core::send_at

source ·
pub async fn send_at<Id: AsRef<str>, M: Message<Result = ()>>(
    actor_id: Id,
    msg: M
)
Expand description

Sends a typed message to an actor with the corresponding id.