mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 18:55:18 +00:00
Async pregen start
This commit is contained in:
parent
a0ecf72a1c
commit
6580436900
@ -59,7 +59,7 @@ public class PregeneratorJob implements PregenListener {
|
|||||||
info = new String[]{"Initializing..."};
|
info = new String[]{"Initializing..."};
|
||||||
this.task = task;
|
this.task = task;
|
||||||
this.pregenerator = new IrisPregenerator(task, method, this);
|
this.pregenerator = new IrisPregenerator(task, method, this);
|
||||||
this.pregenerator.start();
|
J.a(this.pregenerator::start);
|
||||||
open();
|
open();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user