Skip to main content

with_htt

Function with_htt 

Source
pub fn with_htt<R, F>(htt: &SharedHTT, f: F) -> IntegrationResult<R>
Expand description

Execute a function with access to a shared HTT instance.

No locking needed: all HyperbolicTreeTensor methods take &self with fine-grained interior mutability (DashMap, Mutex, RwLock).