Type Definition dkg_gadget::worker::Shared

source ·
pub type Shared<T> = Arc<RwLock<T>>;