Printable View
Q: Where can I find references on multithreading? A: CodeGuru FAQs: How to create a worker thread? How to end a thread? How to use member functions as thread functions? How to access UI elements from a thread in MFC? MSDN:Processes and ThreadsMultitasking Scheduling Multiple Threads Thread Pooling Fibers Synchronization Synchronization ObjectsEvent Objects Mutex Objects Semaphore Objects Critical Section Objects Waitable Timer Objects Wait Functions