[][src]Trait sealrs::actors::abstract_actor_system::AbstractActorSystem

pub trait AbstractActorSystem: ActorRefFactory {
    fn get_scheduler(&self) -> TSafe<Scheduler>;
fn register_watch_event(&self, from: &ActorRef, event: WatchingEvents); }

Required methods

fn get_scheduler(&self) -> TSafe<Scheduler>

Returns actor system scheduler

fn register_watch_event(&self, from: &ActorRef, event: WatchingEvents)

Register new watching event from the specified actor

Loading content...

Implementors

impl AbstractActorSystem for LocalActorSystem[src]

fn get_scheduler(&self) -> TSafe<Scheduler>[src]

Returns actor system scheduler

fn register_watch_event(&self, from: &ActorRef, event: WatchingEvents)[src]

Register new watching event from the specified actor

impl AbstractActorSystem for TestLocalActorSystem[src]

fn get_scheduler(&self) -> TSafe<Scheduler>[src]

Identical to original

fn register_watch_event(&self, from: &ActorRef, event: WatchingEvents)[src]

Register new watching event from the specified actor

Loading content...