Type Alias juice::util::ArcLock

source ·
pub type ArcLock<T> = Arc<RwLock<T>>;
Expand description

Shared Lock used for our tensors

Aliased Type§

struct ArcLock<T> { /* private fields */ }