[PyQt] QtConcurrent support?

iMath 2281570025 at qq.com
Sun Jan 12 03:26:16 GMT 2014


In these 2 posts
http://nathanhorne.com/?p=353
http://www.riverbankcomputing.com/pipermail/pyqt/2011-January/028961.html


says 
"when the threaded code is calling long running c/c++ functions, such as a database select, it will release the GIL until the call completes.  This is all done automatically within python and PyQt.  This is “real” multithreading."


if he is right(QThread is "real" multithreading in Python),then why not add QtConcurrent to PyQt ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140112/a2d9f1dd/attachment.html>


More information about the PyQt mailing list