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-24 17:51:28 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
528531e37b
MineClone2
/
mods
/
CORE
/
vl_scheduler
History
teknomunk
528531e37b
Add vl_scheduler.after() that acts like after() except it takes a priority as param 2, add tests for background tests, fix appending to existing list for next timestep
2024-11-28 18:11:44 -06:00
..
init.lua
Add vl_scheduler.after() that acts like after() except it takes a priority as param 2, add tests for background tests, fix appending to existing list for next timestep
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
Add vl_scheduler.after() that acts like after() except it takes a priority as param 2, add tests for background tests, fix appending to existing list for next timestep
2024-11-28 18:11:44 -06:00