An open API service indexing awesome lists of open source software.

https://github.com/gama1903/cpp-concurrency-summary

C++11/14/17 multithreading programming
https://github.com/gama1903/cpp-concurrency-summary

concurrency cpp multithreading

Last synced: about 1 month ago
JSON representation

C++11/14/17 multithreading programming

Awesome Lists containing this project

README

          

# Cpp Concurrency Summary

## 索引
1. 并发与多线程:[Concurrency](doc/concurrency.md)
2. 线程管理:[Managing threads](doc/managing_threads.md)

## 相关
1. C++ Concurrency in Action 2nd英文原版:https://livebook.manning.com/book/c-plus-plus-concurrency-in-action-second-edition
2. C++ Concurrency in Action 2nd中文翻译:https://github.com/xiaoweiChen/CPP-Concurrency-In-Action-2ed-2019?tab=readme-ov-file
3. C++ Concurrency in Action 2nd中文笔记:https://github.com/downdemo/Cpp-Concurrency-in-Action-2ed
4. 高性能并行编程与优化课程:https://space.bilibili.com/263032155/lists/53025
5. 高性能并行编程与优化课程库:https://github.com/parallel101/course