Struct organelle::RemoteEffector [] [src]

pub struct RemoteEffector<S: Signal + Send> { /* fields omitted */ }

the remote effector is an effector meant to be used between threads

Methods

impl<S: Signal + Send> RemoteEffector<S>
[src]

[src]

get the Handle associated with the soma that owns this effector

[src]

send a message to dest soma

[src]

send a batch of messages in order to dest soma

[src]

stop the organelle

[src]

stop the organelle because of an error

[src]

spawn a future on the reactor

[src]

get a reactor handle

Trait Implementations

impl<S: Signal + Send> Clone for RemoteEffector<S>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more