Class | Description |
---|---|
ParallelElasticPools |
A ReactPool of each type for parallel Streams
Thread pool will be sized to number of processors
|
ReactPool<REACTOR extends ReactBuilder> |
Maintain a pool of x-react builders
x-react builders (SimpleReact, EagerReact, LazyReact) can be extracted and returned to the pool externally
or Streams creating functions can be supplied to the ReactPool which will select an x-react builder, run the stream and return
the x-react builder to the pool
|
SequentialElasticPools |
A ReactPool of each type for sequential Streams
|