Minggu, 05 September 2010

Threading in C#

PART 1: GETTING STARTEDIntroduction and ConceptsC# supports parallel execution of code through multithreading. A thread is an independent execution path, able to run simultaneously with other threads. A C# client program (Console, WPF, or Windows Forms) starts in a single thread created automatically by the CLR and operating system (the “main” thread), and is made multithreaded by creating

Tidak ada komentar:

Posting Komentar