Skip to content

Commit bd7bc89

Browse files
gselzerhinerm
authored andcommitted
Write a very basic README
1 parent 01c6f08 commit bd7bc89

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SciJava Concurrent: A Lightweight Framework for Task Execution
2+
3+
This module provides a framework for executing `Runnable`s and `Callable`s. By abstracting the evaluation of functionality, we can enable the framework to intelligently execute code, increasing performance.
4+
5+
## The `Parallelziation` class
6+
7+
This class provides many static utilities for executing functionality.
8+
9+
## The `TaskExecutor` interface
10+
11+
This interface provides the API for users to execute functionality, while hiding the actual implementation of that execution.

0 commit comments

Comments
 (0)