search for: init_threaded_mod

Displaying 2 results from an estimated 2 matches for "init_threaded_mod".

Did you mean: init_threaded_mode
2007 Nov 03
1
New wxSocket Classes
...#39;s not as spiffy as wxWidget''s implementation, but has the basics so far, to send and receive data. So far, I''ve converted the Server over to the new method, the client will be next, and it does depend on the new addition I submitted to the SVN for 1414, which adds Wx::App#init_threaded_mode(), and such. But the new example is _/A LOT/_ easier to follow, since everything except the parse_message() methods are in a single Method, on_server() and on_client(). It still uses /SOME/ of the API that wxWidgets has, as far as returning SOCKET_NOERROR, SOCKET_INVSOCK, and SocketEvent cre...
2007 Nov 03
9
wxThread
Hey guys, I''m working on the start of incorperating wxSocket into a library that can be included with the Core, and a part of this, is to create a wxThread class, which will basically just be a barebone copy over of Ruby''s own Thread class. (This should also help when we get Ruby 2.0, which hopefully will have Native Threads, as we should still be able to get the base