Struct nri::Service [-] [+] [src]

struct Service {
    name: String,
    thread: Option<JoinHandle<()>>,
    tx: Sender<CmdTo>,
}

Service descriptor

Fields

name
thread
tx