public interface IAsyncReloader
Modifier and Type | Method and Description |
---|---|
boolean |
asyncPartDone() |
float |
estimateExecutionSpeed() |
boolean |
fullyDone() |
void |
join() |
java.util.concurrent.CompletableFuture<Unit> |
onceDone() |
java.util.concurrent.CompletableFuture<Unit> onceDone()
float estimateExecutionSpeed()
boolean asyncPartDone()
boolean fullyDone()
void join()