站内搜索: 请输入搜索关键词
当前页面: 图书首页 > From Java To C# A Developers Guide

From Java To C# A Developers Guide

[ directory ] Previous Section Next Section

Chapter 17. Multi-threaded programming

The Java concepts of multi-threading can be generally applied here, though code-wise, there are significant differences in how to write a threaded class. To get started with writing threaded applications in C# quickly, all you need to do is get familiar with the relevant classes and their methods. This chapter assumes a basic knowledge of threads ?topics such as what threads are, multi-threading versus multi-processing, etc. will not be covered.

    [ directory ] Previous Section Next Section