aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/WorkerThread.java
Commit message (Expand)AuthorAgeFilesLines
* WorkerThread.start(paused): Merge RUNNING | ACTIVESven Gothel2023-09-221-1/+1
* WorkerThread: Enhanced testing, added optional StateCallback for state change...Sven Gothel2023-09-221-97/+217
* WorkerThread: Remove minDelayMS field, have it in Runnable branch onlySven Gothel2023-09-211-3/+2
* WorkerThread: Fix minDelayMS assignment using validated field valueSven Gothel2023-09-211-1/+1
* WorkerThread: Add optional minDelay to throttle excecutionSven Gothel2023-09-211-15/+36
* WorkerThread: Move 'streamErr' Exception to local RunnableSven Gothel2023-09-201-1/+1
* Add WorkerThread: A re-start'able, pause'able and interrupt'able worker threa...Sven Gothel2023-09-201-0/+315