Hacker News new | ask | show | jobs
by jjuhl 2813 days ago
Yes. A blocking loop will allow the CPU to power down until an event arrives. A non-blocking/busy loop will continue to burn CPU cycles and the CPU will be busy and cannot reach lower power states.