
28 Aug
2007
28 Aug
'07
5:51 p.m.
On Tue, Aug 28, 2007 at 10:08:58AM -0400, David Roundy wrote:
You're welcome! Basically, I just used the printf approach, combined with code review, in which I just searched for cases where eventLoop might have exited early. There's got to be a better idiom for writing an event loop. (so that exiting the loop is done explicitly, rather than implicitly... which would make it harder to exit the loop accidentally.)
yes, indeed. Since I suspect you already have an idea on how the idiom should look like, may I ask you: - what would you suggest? - ;-) Andrea