GeekArticles
Programming
C++Effective Threads in C++ - Part 1: The Basic Thread Class
Author: codeproject.com |
Published: 23rd Nov 2006 |
Visited: 111 times |
Add CommentFiled in: CPlusPlusWrapping the Win32 Thread API into a C++-friendly class.
Read Article Sponsored Links
Related Articles
• Swing Extreme Testing - The ShowerThread Class The ShowerThread Class
Since SaveAsDialog.show() blocks, we cannot call this from our main thread; instead we spawn a new thread. This thread could just be an anonymous inner class in the init()metho ...