pub type SharedHandle = Arc<Mutex<Option<JoinHandle<()>>>>;
pub struct SharedHandle { /* private fields */ }