leaf::util::ArcLock [] [src]

type ArcLock<T> = Arc<RwLock<T>>;

Shared Lock used for our tensors