Class org.jabref.gui.util.BackgroundTask
https://github.com/JabRef/jabref/blob/master/src/main/java/org/jabref/gui/util/BackgroundTask.java#L21This class is essentially a wrapper around Task . We cannot use Task directly since it runs certain update notifications on the JavaFX thread,and so makes testing harder. We take the opportunity and implement a fluid interface. @param < V > type of the return value of the task