[][src]Macro emu_core::call

macro_rules! call {
    ($fn_mut:expr $( ,$fn_mut_arg:expr )*) => { ... };
}

A macro which evaluates to something that can be passed into launch

For example usage, see spawn