Skip to main content

future

Macro future 

Source
macro_rules! future {
    ($fut:expr) => { ... };
    ($fut:expr, log = true) => { ... };
}