[comp.windows.x] getting back to the main event processing loop

swick@ATHENA.MIT.EDU (Ralph R. Swick) (10/18/89)

> XtAppAddTimeOut(app, (long)0, ...
> Am I abusing this call,

Probably not.

> I find my main
> loop is very busy,

I'm not surprised, if you schedule a lot of zero-length timeouts :-)
Sure looks a lot like work procedures to me (XtAppAddWorkProc); why
did you decide to use timeouts?