Struct actix_web::actix::actix::dev::msgs::StartActor [−]
pub struct StartActor<A>(_)
where
A: Actor;
Start actor in arbiter's thread
Methods
impl<A> StartActor<A> where
A: Actor<Context = Context<A>>,
impl<A> StartActor<A> where
A: Actor<Context = Context<A>>,
pub fn new<F>(f: F) -> StartActor<A> where
F: FnOnce(&mut Context<A>) -> A + Send + 'static,
pub fn new<F>(f: F) -> StartActor<A> where
F: FnOnce(&mut Context<A>) -> A + Send + 'static,
Trait Implementations
impl<A> Message for StartActor<A> where
A: Actor,
impl<A> Message for StartActor<A> where
A: Actor,
type Result = Addr<A>
The type of value that this message will resolved with if it is successful. Read more
impl<A> Handler<StartActor<A>> for Arbiter where
A: Actor<Context = Context<A>>,
impl<A> Handler<StartActor<A>> for Arbiter where
A: Actor<Context = Context<A>>,
Auto Trait Implementations
impl<A> Send for StartActor<A>
impl<A> Send for StartActor<A>
impl<A> !Sync for StartActor<A>
impl<A> !Sync for StartActor<A>