Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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.