Struct event_web::SendFutResponse [−][src]
Methods
impl<M> SendFutResponse<M> where
M: Message,
M::Result: Future + Send,
[src]
impl<M> SendFutResponse<M> where
M: Message,
M::Result: Future + Send,
Trait Implementations
impl<A, M> MessageResponse<A, M> for SendFutResponse<M> where
A: Actor,
M: Message,
M::Result: Future + Send,
[src]
impl<A, M> MessageResponse<A, M> for SendFutResponse<M> where
A: Actor,
M: Message,
M::Result: Future + Send,
fn handle<R>(self, _: &mut A::Context, tx: Option<R>) where
R: ResponseChannel<M>,
[src]
fn handle<R>(self, _: &mut A::Context, tx: Option<R>) where
R: ResponseChannel<M>,
Auto Trait Implementations
impl<M> Send for SendFutResponse<M>
impl<M> Send for SendFutResponse<M>
impl<M> Sync for SendFutResponse<M> where
<M as Message>::Result: Sync,
impl<M> Sync for SendFutResponse<M> where
<M as Message>::Result: Sync,