Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Function- RunnableTask: Add PrintStream 'exceptionOut' argument allowing non ↵ | Sven Gothel | 2013-03-18 | 1 | -5/+15 |
| | | | | | | | blocking exceptions to be shown. Exceptions occuring on non blocking off-thread tasks shall at least be made visible while not allowed to crash the system. | ||||
* | Fix FunctionTask's run()/eval(..) return value assignment: Ensure it's done ↵ | Sven Gothel | 2013-02-14 | 1 | -17/+21 |
| | | | | | | before syncObject.notifyAll() ; Make methods final Fixes commit b387d012103a02eb7d5eb919306583295ef09a38. | ||||
* | Adding Function and FunctionTask extending RunnableTask functionality | Sven Gothel | 2013-02-13 | 1 | -0/+160 |
Function allows passing arguments and having a return value in contrast to Runnable, where FunctionTask allows a Function to be invoked and waited for. |