Struct eventual::BusySender [] [src]

pub struct BusySender<T: Send + 'static, E: Send + 'static> { /* fields omitted */ }

Trait Implementations

impl<T: Send + 'static, E: Send + 'static> Async for BusySender<T, E>
[src]

Returns true if expect will succeed.

Returns true if the async value is ready and has failed

Get the underlying value if present

Invokes the given function when the Async instance is ready to be consumed. Read more

Get the underlying value if present, panic otherwise

Invoke the callback with the resolved Async result.

Blocks the thread until the async value is complete and returns the result. Read more

Trigger the computation without waiting for the result

This method returns a future whose completion value depends on the completion value of the original future. Read more

This method returns a future whose completion value depends on the completion value of the original future. Read more

This method returns a future whose completion value depends on the completion value of the original future. Read more

This method returns a future whose completion value depends on the completion value of the original future. Read more

impl<T: Send + 'static, E: Send + 'static> Drop for BusySender<T, E>
[src]

A method called when the value goes out of scope. Read more