]> git.saurik.com Git - wxWidgets.git/commit
Mac sockets events must be added to the RunLoop in the main thread, very similar...
authorKevin Hock <hockkn@yahoo.com>
Wed, 6 Oct 2004 16:20:50 +0000 (16:20 +0000)
committerKevin Hock <hockkn@yahoo.com>
Wed, 6 Oct 2004 16:20:50 +0000 (16:20 +0000)
commit7725dc7c0a1daf8116f5d3f2bcf45557a3e7443f
treef50329c194a884db56656e555f6a36b2b4afd7e3
parent262ce38a2af9de50f6efca91463123c75a237ed4
Mac sockets events must be added to the RunLoop in the main thread, very similar to MSW.  OnInit will now statically store the main RunLoop when wxSocketBase::Initialize is called (which should be called from the main thread), allowing sockets to be created in secondary threads and still receive events

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/mac/carbon/gsockosx.cpp
src/mac/corefoundation/gsockosx.cpp