Function register_actor

Source
pub fn register_actor<T>(actor: T) -> Rc<UnsafeCell<T>>
where T: Actor + 'static,
Expand description

Registers an actor.