Type Definition shredder::GRwLock[][src]

pub type GRwLock<T> = Gc<RwLock<T>>;
Expand description

A convenient alias for Gc<RwLock<T>>. Note that Gc<Mutex<T>> has additional specialized methods for working with Mutexs inside Gcs.