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 DistThreadPoolGBDistSP. dtpDeprecated.Distributed thread pool to use.private DistThreadPoolGroebnerBaseDistributedEC. dtpDistributed thread pool to use.private DistThreadPoolGroebnerBaseDistributedHybridEC. dtpDistributed 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) DistThreadPoolDistPoolThread. poolConstructors in edu.jas.util with parameters of type DistThreadPool Constructor Description DistPoolThread(DistThreadPool pool, ExecutableChannels ec, int i)
-