summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/TaskBase.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1213 (related): Fix TaskBase, RunnableTask and FunctionTask implementatio...Sven Gothel2015-09-121-3/+12
* Remove @deprecated methodsSven Gothel2014-07-091-6/+0
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-4/+4
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-2/+2
* Add TaskBase.flush(Throwsable): To propagate optional reason for flush ; Depr...Sven Gothel2014-01-111-1/+10
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-25/+25
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-1/+6
* Function- RunnableTask: Clear runnableException @ start for re-entry; Fix tEx...Sven Gothel2013-03-181-4/+20
* Function- RunnableTask: Add PrintStream 'exceptionOut' argument allowing non ...Sven Gothel2013-03-181-3/+7
* Fix FunctionTask's run()/eval(..) return value assignment: Ensure it's done b...Sven Gothel2013-02-141-15/+15
* Adding Function and FunctionTask extending RunnableTask functionalitySven Gothel2013-02-131-0/+137