Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 537 Bytes

File metadata and controls

11 lines (6 loc) · 537 Bytes

SciJava Concurrent: A Lightweight Framework for Task Execution

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.

The Parallelization class

This class provides many static utilities for executing functionality.

The TaskExecutor interface

This interface provides the API for users to execute functionality, while hiding the actual implementation of that execution.