This module provides a framework for executing Runnables and Callables. By abstracting the evaluation of functionality, we can enable the framework to intelligently execute code, increasing performance.
This class provides many static utilities for executing functionality.
This interface provides the API for users to execute functionality, while hiding the actual implementation of that execution.