Macro polysite::compile

source ·
macro_rules! compile {
    ($b:expr) => { ... };
}
Expand description

compile! macro may used to make compile function which returns boxed Future. This is provided for ease of creating boxed Future.