Uses of Class
org.anchoranalysis.inference.concurrency.ConcurrentModel
Packages that use ConcurrentModel
Package
Description
Specifying how many CPUs and GPUs can be allocated for some purpose.
-
Uses of ConcurrentModel in org.anchoranalysis.inference.concurrency
Methods in org.anchoranalysis.inference.concurrency that return types with arguments of type ConcurrentModelMethod parameters in org.anchoranalysis.inference.concurrency with type arguments of type ConcurrentModelModifier and TypeMethodDescription<S> S
ConcurrentModelPool.executeOrWait
(CheckedFunction<ConcurrentModel<T>, S, ConcurrentModelException> functionToExecute) Execute on the next available model (or wait until one becomes available).