Struct actix::sync::SyncContext [] [src]

pub struct SyncContext<A> where
    A: Actor<Context = SyncContext<A>>, 
{ /* fields omitted */ }

Sync actor execution context

Trait Implementations

impl<A> ActorContext<A> for SyncContext<A> where
    A: Actor<Context = Self>, 
[src]

[src]

Stop actor execution

[src]

Terminate actor execution

[src]

Actor execution state

[src]

Check if execution context is alive

[src]

Get actor address