您的位置:首页 > 编程语言 > Go语言

Very good things around Multithreading and concurrency

2013-04-15 20:18 477 查看
Some good books and website for multithreading programming.

Windows via C/C++ by Jeffrey M. Richter and Christopher Nasarre. (The book is not only about multithreading but has got a good section devoted to it.)

Effective Concurrency by Herb Sutter.

He also is running his own blog as http://herbsutter.com

C++ Concurrency in Action by Anthony Williams.

Programming with POSIX Threads by David R. Butenhof.

Multithreaded Programming in C++ by Mark Walmsley.

Concurrent Programming on Windows by Joe Duffy.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: