Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WorkerThread.start(paused): Merge RUNNING | ACTIVE | Sven Gothel | 2023-09-22 | 1 | -1/+1 |
* | WorkerThread: Enhanced testing, added optional StateCallback for state change... | Sven Gothel | 2023-09-22 | 1 | -97/+217 |
* | WorkerThread: Remove minDelayMS field, have it in Runnable branch only | Sven Gothel | 2023-09-21 | 1 | -3/+2 |
* | WorkerThread: Fix minDelayMS assignment using validated field value | Sven Gothel | 2023-09-21 | 1 | -1/+1 |
* | WorkerThread: Add optional minDelay to throttle excecution | Sven Gothel | 2023-09-21 | 1 | -15/+36 |
* | WorkerThread: Move 'streamErr' Exception to local Runnable | Sven Gothel | 2023-09-20 | 1 | -1/+1 |
* | Add WorkerThread: A re-start'able, pause'able and interrupt'able worker threa... | Sven Gothel | 2023-09-20 | 1 | -0/+315 |