]> git.saurik.com Git - wxWidgets.git/commit
remove MyExecThread: wxExecute can't be called from secondary threads since a long...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 20 Feb 2009 13:51:00 +0000 (13:51 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 20 Feb 2009 13:51:00 +0000 (13:51 +0000)
commit8bf30d0f8bfe0bc31fd50f70efb7029a8a4749ac
treeba98649ea9bfb3f3354c18ba98be040d464ce4ab
parentff8151c16ee703f99cf98a4caaef59ecc70595fd
remove MyExecThread: wxExecute can't be called from secondary threads since a long time; give the user the possibility to change the command to run from the main thread and provide sensible defaults for wxMSW and non-wxMSW platforms

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/thread/thread.cpp