<div dir="ltr">Bryan, if you're on Python 3 you might want to try Quamash (<a href="https://github.com/harvimt/quamash">https://github.com/harvimt/quamash</a>), which gives you a Python asyncio event loop integrated with (Py)Qt. I've been integral to its development, so I know it quite well, and am currently successfully using it in a PyQt asynchronous application. Our application uses Quamash for network communication and running subprocesses asynchronously.<div>
<br></div><div>It seems to me that this would meet your requirements.<br><div><br></div><div>Hope this helps,</div><div>Arve</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Sep 2, 2014 at 5:41 AM, Bryan A. Jones <span dir="ltr"><<a href="mailto:bjones@ece.msstate.edu" target="_blank">bjones@ece.msstate.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">All,<div><br></div><div>As I understand it, PyQt can't (and won't) support QtConcurrent, per [1]. Is there a Pythonic replacement for the QFuture/QFutureWatcher classes? Something like (pardon the abuse of notation):</div>


<div><br></div><div># Pseudocode -- just the concept, but not syntacticly correct:</div><div>run_in_another_thread(result = f(a, b))</div><div># When f(a, b) finishes and returns result:</div><div>g(result)</div><div><br>


</div><div>invokable by something like:</div><div># Is there an implementation of this idea out there?</div><div>QPythonicFuture(g, f, a, b)</div><div><br></div><div>Thanks!</div><div><br></div><div>Bryan</div><div><br></div>


<div>[1] <a href="http://www.riverbankcomputing.com/pipermail/pyqt/2014-January/033611.html" target="_blank">http://www.riverbankcomputing.com/pipermail/pyqt/2014-January/033611.html</a></div><div><div><br></div>-- <br>Bryan A. Jones, Ph.D.<br>


Associate Professor<br>Department of Electrical and Computer Engineering<br>231 Simrall / PO Box 9571<br>Mississippi State University<br>Mississippi state, MS 39762<br><a href="http://www.ece.msstate.edu/~bjones" target="_blank">http://www.ece.msstate.edu/~bjones</a><br>


bjones AT ece DOT msstate DOT edu<br>voice <a href="tel:662-325-3149" value="+16623253149" target="_blank">662-325-3149</a><br>fax <a href="tel:662-325-2298" value="+16623252298" target="_blank">662-325-2298</a><br><br>Our Master, Jesus Christ, is on his way. He'll show up right on<br>
time, his arrival guaranteed by the Blessed and Undisputed Ruler,<br>

High King, High God.<br>- 1 Tim. 6:14b-15 (The Message)<br>
</div></div>
<br>_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br></blockquote></div><br></div>