No deadlock?

This commit is contained in:
repixelatedmc
2024-08-16 13:44:44 +02:00
parent 344c50154a
commit 13447b882c

View File

@@ -52,7 +52,7 @@ public class AsyncPregenMethod implements PregeneratorMethod {
}
this.world = world;
this.engine = IrisToolbelt.access(world).getEngine();
burst = MultiBurst.burst;
burst = new MultiBurst("AsyncPregen", Thread.NORM_PRIORITY);
future = new KList<>(1024);
this.lastUse = new KMap<>();
}