See: Description
Interface | Description |
---|---|
Distributor<T> | |
Request<T> |
The interface should be implemented by any class that knows whether a
Task is already completed. |
Task<T> |
This interface represents a task that can be performed on an object of
Task.action(T) routine. |
Class | Description |
---|---|
MTE<T> |
An MTE is a multithread distributor that uses a
Pool for the management of threads. |
STE<T> |
An STE distributes all jobs sequentially, that is, the recipients of
jobs are always iterated one by one.
|
This package defines objects which can distribute tasks and requests to a group of objects.
Copyright © 2016 Egothor. All Rights Reserved.