Searched defs:client_agent_tx (Results 1 – 1 of 1) sorted by relevance
216 client_agent_tx: Option<Arc<mpsc::Sender<ClientAgent>>>, field391 let client_agent_tx = Arc::new(client_agent_tx); in run() localVariable