| Interface | Description | 
|---|---|
| ICalculations | 
 Simple class for use with  
HeavyCalculations | 
| Class | Description | 
|---|---|
| HeavyCalculations | 
 This class is used to simplify multithreading for performance by delegating
 multiple concurrent calculations across a variable amount of threads 
 | 
| SimpleRunnable | 
 Runnable class to ease the management of threads 
 | 
| SimpleThread | 
 Simple thread instance for use alongside the  
SimpleRunnable |