Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RunnableTask: Add static method 'invokeOnNewThread(..)' for convenience ↵ | Sven Gothel | 2014-05-11 | 1 | -1/+39 |
| | | | | (Used in JOGL to mitigate Bug 1004) | ||||
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -15/+15 |
| | | | | Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> | ||||
* | RunnableTask/FunctionTask run(): Write tExecuted in finally block, removing ↵ | Sven Gothel | 2013-07-09 | 1 | -4/+3 |
| | | | | code redundancy and placing write at end of operation. | ||||
* | Function- RunnableTask: Clear runnableException @ start for re-entry; Fix ↵ | Sven Gothel | 2013-03-18 | 1 | -4/+10 |
| | | | | tExecuted (@ exception); Add debug property 'jogamp.debug.TaskBase.TraceSource', to dump ctor stack trace @ exception. | ||||
* | Function- RunnableTask: Add PrintStream 'exceptionOut' argument allowing non ↵ | Sven Gothel | 2013-03-18 | 1 | -8/+18 |
| | | | | | | | 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 | -2/+2 |
| | | | | | | before syncObject.notifyAll() ; Make methods final Fixes commit b387d012103a02eb7d5eb919306583295ef09a38. | ||||
* | Adding Function and FunctionTask extending RunnableTask functionality | Sven Gothel | 2013-02-13 | 1 | -118/+33 |
| | | | | | Function allows passing arguments and having a return value in contrast to Runnable, where FunctionTask allows a Function to be invoked and waited for. | ||||
* | IOUtil: Better resource location debug info; RunnableTask adds 'flush()' ↵ | Sven Gothel | 2012-07-05 | 1 | -14/+44 |
| | | | | method to flush a pending task (lock that is). | ||||
* | RunnableTask: Add documentation, incl. unit test. Add ↵ | Sven Gothel | 2011-11-22 | 1 | -10/+46 |
| | | | | ReflectionUtil.MethodAccess, a convenient Method instance accessor. | ||||
* | RunnableTask: Allow validation whether invoking thread intends to wait for ↵ | Sven Gothel | 2011-09-27 | 1 | -0/+6 |
| | | | | the result | ||||
* | small cleanup in uitl package | Michael Bien | 2011-02-26 | 1 | -1/+2 |
| | | | | | | - StringBuffer -> StringBuilder - ReflectionUtil.getBaseName -> class.getSimpleName() - cleanup imports, generics and @Override for all touched classes | ||||
* | Don't printStackTrace if the exception shall be catched for later use | Sven Gothel | 2010-11-14 | 1 | -6/+2 |
| | |||||
* | RunnableTask: Add attachment | Sven Gothel | 2010-09-27 | 1 | -1/+18 |
| | |||||
* | Fix: In case of a sync notifyObject, the whole action must be ↵ | Sven Gothel | 2010-09-23 | 1 | -11/+34 |
| | | | | synchronized/locked. | ||||
* | LICENSE.txt changes: | Sven Gothel | 2010-09-14 | 1 | -24/+26 |
| | | | | | | | | | | | | | - Added JogAmp Community and common denominator: New BSD 3-clause license - Added note to make/lib binary file (source and license) Added source and license text for external binaries used in build process (make/lib folder). Changed 'Sven Gothel' and 'Michael Bien' New BSD 3-clause license to 'JogAmp Community' Simplified BSD 2-clause license. | ||||
* | Adding RunnableTask, generic notifyable Runnable wrapper | Sven Gothel | 2010-06-16 | 1 | -0/+90 |