阅读背景:

C++11 多线程编程《C++ Concurrency in Action》读书笔记(1)-Hello World of Concurrency in C++

来源:互联网 

1.1    Whatis concurrency?

Historically, most computers have had one processor, with a singleprocessing unit or  core, so they canreally only perform one task at a time. However it can switch between tasks manytimes per second. By doing a bit of one task and then a bit of another and soon,it appears that the tasks are happening concurrently. This is called Historically, most




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: