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-08 17:47:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
db582f8237
MineClone2
/
mods
/
CORE
/
vl_scheduler
History
teknomunk
8dac0a34ef
Add code to support cancelling jobs
2024-11-29 12:13:48 -06:00
..
init.lua
Add code to support cancelling jobs
2024-11-29 12:13:48 -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
Add code to support cancelling jobs
2024-11-29 12:13:48 -06:00