Hacker News new | ask | show | jobs
by bartvk 237 days ago
The while loop surrounds the whole thread, which does multiple tasks. The conditional is there to surround some work completing in a reasonable time. That's how I understood, at least.
1 comments

Does not seem so clear to me. If so it could be stated with more pseudo code. Also the eventual need for multiple exit points…