Community
Participate
Working Groups
We attempt to use only the Eclipse Job-API within Riena as the single Job/Task/Thread pooling solution. The StatuslineUIProcessRidget currently uses the java.util.Timer for periodic updates. However, as this is a very delicate thing I provide a patch with a refactoring using the Job-API.
Created attachment 198159 [details] Refactored to use the Job-API