Uses of Class
org.anchoranalysis.inference.concurrency.WithPriority
Packages that use WithPriority
Package
Description
Specifying how many CPUs and GPUs can be allocated for some purpose.
-
Uses of WithPriority in org.anchoranalysis.inference.concurrency
Classes in org.anchoranalysis.inference.concurrency that implement interfaces with type arguments of type WithPriorityModifier and TypeClassDescriptionclassWithPriority<T>Wraps an element of typeTto ensure priority is given when the flaggpu==true.Methods in org.anchoranalysis.inference.concurrency with parameters of type WithPriorityModifier and TypeMethodDescriptionintWithPriority.compareTo(WithPriority<T> other) Orders so thatgpu==truehas higher priority in queue togpu==false.