C# 多线程编程 详解

时间:2012-04-23 11:43:13
【文件属性】:
文件名称:C# 多线程编程 详解
文件大小:763KB
文件格式:PDF
更新时间:2012-04-23 11:43:13
c#多线程编程 This book provides an introduction to writing concurrent programs with “threads”. A threads facility allows you to write programs with multiple simultaneous points of execution, synchronizing through shared memory. The paper describes the basic thread and synchronization primitives, then for each primitive provides a tutorial on how to use it. The tutorial sections provide advice on the best ways to use the primitives, give warnings about what can go wrong and offer hints about how to avoid these pitfalls. The paper is aimed at experienced programmers who want to acquire practical expertise in writing concurrent programs. The programming language used is C#, but most of the tutorial applies equally well to other languages with thread support, such as Java.

网友评论