Macro async_spec

Source
macro_rules! async_spec {
    ($f: ident, $syscall: expr) => { ... };
}