Uses of Class
manifold.util.concurrent.LocklessLazyVar
Packages that use LocklessLazyVar
-
Uses of LocklessLazyVar in manifold.util.concurrent
Methods in manifold.util.concurrent that return LocklessLazyVarModifier and TypeMethodDescriptionstatic <Q> LocklessLazyVar<Q> LocklessLazyVar.make(LocklessLazyVar.LazyVarInit<Q> closure) Creates a new LockingLazyVar based on the type of the LazyVarInit passed in.