Macro use_async

Source
macro_rules! use_async {
    ($manager:expr, $future:expr) => { ... };
}