Re: New "maxstatements" feature suggestion
- Posted by Ryan W. Johnson <ryanj at fluidae.com> Jun 11, 2007
- 647 views
You could use euphoria's multitasking to control how much CPU a loop takes. I used the tasking routines all the time now. (Thanks Rob for adding that feature! I don't know how much people use tasking, but i sure do.) Another thing you can do is use nanosleep() to slow down the loop. It is in this library: http://www.rapideuphoria.com/idle.e ~Ryan W. Johnson Fluid Application Environment http://www.fluidae.com/ [cool quote here, if i ever think of one...]