<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div id="mb_0">&nbsp;&nbsp;&nbsp; --------------------------------------------------------------------------
<br>&nbsp;&nbsp;&nbsp; // If orb leaves event handling loop.<br>&nbsp;<span style="background-color: rgb(255, 255, 255);">&nbsp;&nbsp; // - currently configured never to time out (??)</span><br>&nbsp;&nbsp;&nbsp; //------------------------------------------------------------------------
<br>&nbsp;&nbsp;&nbsp; orb-&gt;destroy();</div></blockquote></div><br>I&#39;m trying to call orb-&gt;destroy(), but it seems I can&#39;t call it from another thread. How can I configure orb to leaves handling loop when the application is going to stop?
<br>