Uses of Class
edu.jas.util.DistThreadPool
-
Packages that use DistThreadPool Package Description edu.jas.gb Groebner bases package.edu.jas.util Concurrent programming utility classes. -
-
Uses of DistThreadPool in edu.jas.gb
Fields in edu.jas.gb declared as DistThreadPool Modifier and Type Field Description private DistThreadPool
GBDistSP. dtp
Deprecated.Distributed thread pool to use.private DistThreadPool
GroebnerBaseDistributedEC. dtp
Distributed thread pool to use.private DistThreadPool
GroebnerBaseDistributedHybridEC. dtp
Distributed thread pool to use. -
Uses of DistThreadPool in edu.jas.util
Fields in edu.jas.util declared as DistThreadPool Modifier and Type Field Description (package private) DistThreadPool
DistPoolThread. pool
Constructors in edu.jas.util with parameters of type DistThreadPool Constructor Description DistPoolThread(DistThreadPool pool, ExecutableChannels ec, int i)
-