macro_rules! DispatchAsync {
($self:ident, $function:ident) => { ... };
}Expand description
This macro is for the async dispatch on a linux service
macro_rules! DispatchAsync {
($self:ident, $function:ident) => { ... };
}This macro is for the async dispatch on a linux service