pub type SharedJoinShandle<T> = Arc<RwLock<Option<JoinHandle<T>>>>;