Hacker News new | ask | show | jobs
by thedufer 4687 days ago
Yep. Similar to how an infinite loop in the browser will freeze up the page - the browser only gets to control to draw by putting a draw function in the event loop, so if you hog the thread, the page can't update.