Searched refs:thread_result (Results 1 – 1 of 1) sorted by relevance
155 let thread_result = self.thread_handle.take().unwrap().join().unwrap(); in drop() localVariable156 info!("Connection thread finished with: {:?}", thread_result); in drop()