The idea of threads is that multiple threads of execution can share a lot of resources; for instance, they generally operate in the same address space.
首先,线程采用了多个线程可共享资源的设计思想;例如,它们的操作大部分都是在同一地址空间进行的。
The idea of threads is that multiple threads of execution can share a lot of resources; for instance, they generally operate in the same address space.
首先,线程采用了多个线程可共享资源的设计思想;例如,它们的操作大部分都是在同一地址空间进行的。
应用推荐