<br><br><div class="gmail_quote">On Wed, May 30, 2012 at 11:54 PM, Liam <span dir="ltr">&lt;<a href="mailto:xapian@networkimprov.net" target="_blank">xapian@networkimprov.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br><br><div class="gmail_quote">On Wed, May 30, 2012 at 12:17 PM, Marius Tibeica <span dir="ltr">&lt;<a href="mailto:mtibeica@gmail.com" target="_blank">mtibeica@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

done<br></blockquote><div><br>Sorry I keep finding nits!<br></div></div></blockquote><div><br>invoke() should do &#39;that-&gt;mBusy = true&#39;, and move that line to before the &#39;new AsyncOp(...)&#39;<br><br>DECLARE_UTILS<span dir="ltr" id=":2tm"> can now be global templates, I think:<br>
</span><div id=":2tl" dir="ltr" class="kl">  template&lt;class T&gt;<br>  handle&lt;value&gt; invoke(...) {<br>    // replace classn with T</div><div id=":2tk" dir="ltr" class="kl">  use invoke&lt;Enquire&gt;(...);</div></div>
<div><br>We didn&#39;t consider allowing sync use of the AssembleDocument function (creates a document from a JS object spec). I&#39;m fine leaving that async; it really shouldn&#39;t be called synchronously. But something to ponder...<br>
<br><br></div></div>