macro_rules! service_manager {
($service_type:ty) => { ... };
}Expand description
Helper macro to create a service thread implementation
macro_rules! service_manager {
($service_type:ty) => { ... };
}Helper macro to create a service thread implementation