Searched refs:lifecycle_tx (Results 1 – 1 of 1) sorted by relevance
68 lifecycle_tx: Sender<LifecycleCommand>, field145 Self { lifecycle_tx: tx } in create()150 self.lifecycle_tx.send(LifecycleCommand::Start { req, done: tx }).await?; in start()157 self.lifecycle_tx.send(LifecycleCommand::Stop { done: tx }).await?; in stop()