ConsoleGameEngine
1.1.0
jvm
ConsoleGameEngine
/
top.kmar.game.map
/
GMap
/
runTaskOnLogicThread
run
Task
On
Logic
Thread
fun
runTaskOnLogicThread
(
task
:
BooleanSupplier
)
将一个任务添加到逻辑线程执行。
该函数是线程安全的。
Parameters
task
要执行的任务,返回值用于标明是否移除任务,返回 true 会在执行任务后将任务移除,否则下一次逻辑循环将再一次执行该任务