emu_core
macro_rules! call { ($fn_mut:expr $( ,$fn_mut_arg:expr )*) => { ... }; }
A macro which evaluates to something that can be passed into launch
launch
For example usage, see spawn
spawn