Uses of Package
com.gengoai.concurrent
-
Packages that use com.gengoai.concurrent Package Description com.gengoai.concurrent Contains a custom fixed size executor and a Producer - Consumer framework for multithreaded tasks. -
Classes in com.gengoai.concurrent used by com.gengoai.concurrent Class Description Broker An implementation of the Producer Consumer problem in which one or more producers are generating data for one or more consumers to process.Broker.Builder A Builder interface for constructing a Broker.Broker.Producer A producer generates data to be consumed.