Skip to content
Success

Changes

Summary

  1. Use the new background task API (commit: 45ed916) (details)
Commit 45ed916b586d40efb5e6d4b97dd82778f8cb1f40 by Geolykt
Use the new background task API

This API is slightly more unwieldly to use compared
to the old task progress API (although old is an overstatement
as it is only 3 days old), however I believe it makes
up in performance where a counter is incremented very often,
and thus the progress would be updates rather frequently.
(commit: 45ed916)
The file was modifiedpom.xml (diff)
The file was addedsrc/main/java/de/geolykt/fast/ProgressBackgroundTask.java
The file was addedsrc/main/java/de/geolykt/fast/ConstantBackgroundTask.java
The file was modifiedsrc/main/java/de/geolykt/fast/FastAsynchronousStarlaneTriangulator.java (diff)