Nvm, the barrier is not necessary

Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
TheMode 2021-09-12 23:44:53 +02:00
parent ecd2200e1a
commit 527141df74

View File

@ -38,7 +38,6 @@ public final class TickThread extends Thread {
void startTick(@NotNull Runnable runnable) {
this.tickRunnable = runnable;
this.stop = false;
LockSupport.unpark(this);
}