[−][src]Trait riker::ExecutionContext
Required Methods
fn execute<F>(&self, f: F) -> DispatchHandle<F::Item, F::Error> where
F: Future + Send + 'static,
F::Item: Send + 'static,
F::Error: Send + 'static,
F: Future + Send + 'static,
F::Item: Send + 'static,
F::Error: Send + 'static,
Implementors
impl<Msg> ExecutionContext for ActorCell<Msg> where
Msg: Message,
[src]
impl<Msg> ExecutionContext for ActorCell<Msg> where
Msg: Message,
fn execute<F: Future>(&self, f: F) -> DispatchHandle<F::Item, F::Error> where
F: Future + Send + 'static,
F::Item: Send + 'static,
F::Error: Send + 'static,
[src]
fn execute<F: Future>(&self, f: F) -> DispatchHandle<F::Item, F::Error> where
F: Future + Send + 'static,
F::Item: Send + 'static,
F::Error: Send + 'static,
impl<Msg> ExecutionContext for Context<Msg> where
Msg: Message,
[src]
impl<Msg> ExecutionContext for Context<Msg> where
Msg: Message,
fn execute<F: Future>(&self, f: F) -> DispatchHandle<F::Item, F::Error> where
F: Future + Send + 'static,
F::Item: Send + 'static,
F::Error: Send + 'static,
[src]
fn execute<F: Future>(&self, f: F) -> DispatchHandle<F::Item, F::Error> where
F: Future + Send + 'static,
F::Item: Send + 'static,
F::Error: Send + 'static,
impl<Msg> ExecutionContext for ActorSystem<Msg> where
Msg: Message,
[src]
impl<Msg> ExecutionContext for ActorSystem<Msg> where
Msg: Message,