Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding Function and FunctionTask extending RunnableTask functionality | Sven Gothel | 2013-02-13 | 1 | -0/+49 |
Function allows passing arguments and having a return value in contrast to Runnable, where FunctionTask allows a Function to be invoked and waited for. |