标签: java multithreading libgdx
如果我在Java中没有弄错,可以通过两种方式阻止线程: - 睡觉(n秒); - wait()和notify()
使用libgdx如何阻止然后解锁线程?