[][src]Trait riker::system::Run

pub trait Run {
    fn run<Fut>(
        &self,
        future: Fut
    ) -> Result<RemoteHandle<<Fut as Future>::Output>, SpawnError>
    where
        Fut: Future + Send + 'static,
        <Fut as Future>::Output: Send
; }

Required methods

fn run<Fut>(
    &self,
    future: Fut
) -> Result<RemoteHandle<<Fut as Future>::Output>, SpawnError> where
    Fut: Future + Send + 'static,
    <Fut as Future>::Output: Send

Loading content...

Implementors

impl Run for ActorSystem[src]

impl<Msg> Run for Context<Msg> where
    Msg: Message
[src]

Loading content...