Monday, July 18, 2005

Andrew D. Birrell: An Introduction to Programming with C# Threads

Itt van a pdf (41 oldal).

CONTENTS
1. Introduction
2. Why use concurrency?
3. The design of a thread facility
4. Using Locks: accessing shared data
5. Using Wait and Pulse: scheduling shared resources
6. Using Threads: working in parallel
7. Using Interrupt: diverting the flow of control
8. Additional techniques
9. Advanced C# Features
10. Building your program
11. Concluding remarks