<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">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 662-325-3149<br>fax 662-325-2298<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>