[][src]Function coerce_rt::actor::lifecycle::actor_loop

pub async fn actor_loop<A: Actor>(
    id: ActorId,
    __arg1: A,
    actor_type: ActorType,
    __arg3: Receiver<Box<dyn ActorMessageHandler<A> + Sync + Send>>,
    on_start: Option<Sender<bool>>,
    actor_ref: ActorRef<A>,
    scheduler: Option<ActorRef<ActorScheduler>>
) where
    A: 'static + Send + Sync