pub fn kernel<A>(
props: BoxActorProd<A>,
cell: ExtendedCell<A::Msg>,
mailbox: Mailbox<A::Msg>,
sys: &ActorSystem,
) -> Result<KernelRef, CreateError>where
A: Actor + 'static,pub fn kernel<A>(
props: BoxActorProd<A>,
cell: ExtendedCell<A::Msg>,
mailbox: Mailbox<A::Msg>,
sys: &ActorSystem,
) -> Result<KernelRef, CreateError>where
A: Actor + 'static,