This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrorlandia_minetest
/
MineClone2
Watch
1
Star
0
Fork
0
You've already forked MineClone2
mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced
2025-01-09 18:17:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7503e12b52
MineClone2
/
mods
/
CORE
/
vl_scheduler
History
teknomunk
7503e12b52
Implementation scheduler with next-timestep/soon/later queues and 4 priority levels (async-now, main_thread-now, async-background and main_thread-background) that throttles background tasks to keep under a timestep budget (1/20 second)
2024-11-28 18:11:44 -06:00
..
init.lua
Implementation scheduler with next-timestep/soon/later queues and 4 priority levels (async-now, main_thread-now, async-background and main_thread-background) that throttles background tasks to keep under a timestep budget (1/20 second)
2024-11-28 18:11:44 -06:00
mod.conf
Implementation scheduler with next-timestep/soon/later queues and 4 priority levels (async-now, main_thread-now, async-background and main_thread-background) that throttles background tasks to keep under a timestep budget (1/20 second)
2024-11-28 18:11:44 -06:00
queue.lua
Implementation scheduler with next-timestep/soon/later queues and 4 priority levels (async-now, main_thread-now, async-background and main_thread-background) that throttles background tasks to keep under a timestep budget (1/20 second)
2024-11-28 18:11:44 -06:00
unit-test.lua
Implementation scheduler with next-timestep/soon/later queues and 4 priority levels (async-now, main_thread-now, async-background and main_thread-background) that throttles background tasks to keep under a timestep budget (1/20 second)
2024-11-28 18:11:44 -06:00