Function vin_core::send

source ·
pub async fn send<A: Addr + Forwarder<M>, M: Message>(
    addr: StrongAddr<A>,
    msg: M
)
Expand description

Sends a typed message to an actor.