Async pregen start

This commit is contained in:
Daniel Mills 2021-07-19 04:37:06 -04:00
parent a0ecf72a1c
commit 6580436900

View File

@ -59,7 +59,7 @@ public class PregeneratorJob implements PregenListener {
info = new String[]{"Initializing..."};
this.task = task;
this.pregenerator = new IrisPregenerator(task, method, this);
this.pregenerator.start();
J.a(this.pregenerator::start);
open();
}