[][src]Function riker::kernel::kernel

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