<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br><br>which is the best way to make the live555 library work together with another library which has its own main scheduler (for example: qt), _without using threads_?<br><br>I mean: qt has app.exec(), which doesn't return, and live555 has doEventLoop(), which doesn't return.... Of course I could write MyScheduler and then call singleStep(), which returns, instead of calling doEventLoop(), but in this case singleStep() would return only after the select() wait (and this would block the other library, meanwhile) ....<br><br>thanks<br></td></tr></table><br>