JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.numericalmethod.suanshu.parallel
Interface IterationBody<T>
Type Parameters:
T
- the task input type
public interface
IterationBody<T>
This interface defines the code snippet to be run in parallel.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
run
(
T
item)
Execute a (parallel) task.
Method Detail
run
void run(
T
item)
Execute a (parallel) task.
Parameters:
item
- the task input
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method