aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/common/util/TestWorkerThread01.java
Commit message (Collapse)AuthorAgeFilesLines
* WorkerThread: Enhanced testing, added optional StateCallback for state ↵Sven Gothel2023-09-221-37/+388
| | | | changes, using bitfield state (earmarked to be used within GLMediaPlayerImpl etc)
* WorkerThread: Add optional minDelay to throttle excecutionSven Gothel2023-09-211-9/+21
|
* Add WorkerThread: A re-start'able, pause'able and interrupt'able worker ↵Sven Gothel2023-09-201-0/+175
thread with an optional minimum execution duration