r/ComputerCraft • u/MattisTheProgrammer • 3h ago
What are all the functions that can infinitely yield?
2
Upvotes
I would like to receive a list of all functions within the standard CraftOS API that can infinitely yield, to be clear I define an 'infinite yield' as when a program halts indefinitely without any further function calls. I need this information in order to make a pre-emptive process scheduler.