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