Macro drone_core::await [] [src]

macro_rules! await {
    ($future:expr) => { ... };
}

Returns a result of the future. Should be used inside AsyncFuture context.