Re: Multitasking in Mac OS Gets 100% CPU
- Posted by mattlewis (admin) Nov 05, 2012
- 1556 views
bryanso said...
Hi Ryan, I think I can't use task_delay(5) in a loop that's getting user input. The user will feel the keyboard is sluggish.
If you're not really doing anything else, and this is a console program, then you should probably be using wait_key().
Matt