[PySide] QtConcurrent support?
iMath
2281570025 at qq.com
Sun Jan 12 05:09:40 CET 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 PySide This is “real” multithreading."
if he is right(QThread is "real" multithreading in Python),then why not add QtConcurrent to PySide? The documentation doesn't appear to show any of the functions available in the QtConcurrent namespace
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20140112/d4cb8797/attachment.html>
More information about the PySide
mailing list