资 源 简 介
本教程研究了线程的基础知识 ― 线程是什么、线程为什么有用以及怎么开始编写使用线程的简单
程序。
我们还将研究更复杂的、使用线程的应用程序的基本构件 ― 如何在线程之间交换数据、如何控制
线程以及线程如何互相通信。 -This tutorial studies the basics of the thread- what threading, thread why and how useful to start writing a simple program using threads. We will also look more complex, using a thread an essential component of the application- how to exchange data between threads, how to control the thread, as well as how threads communicate with each other.