Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

教案剩余未完成内容 #12

Open
7 of 8 tasks
Mq-b opened this issue May 28, 2024 · 4 comments
Open
7 of 8 tasks

教案剩余未完成内容 #12

Mq-b opened this issue May 28, 2024 · 4 comments
Labels
To-Do 待办

Comments

@Mq-b
Copy link
Owner

Mq-b commented May 28, 2024

  1. C++20 std::jthread
  2. C++20 std::latchstd::barrier
  3. C++20 信号量
  4. CPU 变量;局部、全局、线程、CPU 变量在并发中的对比与使用
  5. std::futurestd::async 源码解析
  6. 原子类型,std::atomic<bool>std::atomic<T*>std::atomic<std::shared_ptr>
  7. 内存模型
  8. 线程池
@Mq-b Mq-b added the To-Do 待办 label May 28, 2024
@Mq-b Mq-b mentioned this issue May 28, 2024
2 tasks
Mq-b added a commit that referenced this issue May 29, 2024
2. 修改第五章笔误
3. 完成第二章的 C++20 `std::jthread` 的全部内容 #12
@frederick-vs-ja
Copy link
Contributor

考虑下继续完成 C++26 的 <rcu><hazard_pointer>

@Mq-b
Copy link
Owner Author

Mq-b commented May 30, 2024

再说吧(

Mq-b added a commit that referenced this issue May 30, 2024
2. 修改展示条件变量超时功能的示例 #15
3. C++20 信号量(完成本节部分内容)#12
Mq-b added a commit that referenced this issue Jun 1, 2024
2. 修改第四章“C++20信号量”一节中内容,强调 `acquire`、`release` 是原子的减少与增加计数
#12
Mq-b added a commit that referenced this issue Jun 2, 2024
2.  新建一节“C++20 闩与屏障”,完成其中 `std::latch` 的部分内容 #12
Mq-b added a commit that referenced this issue Jun 3, 2024
2. 修正”C++20信号量“的部分描述
3. 修改“C++20 闩与屏障”一节内容,修改完成了 `std::latch`,更新部分 `std::barrier` #12
Mq-b added a commit that referenced this issue Jun 12, 2024
2. 新建一节 CPU 变量,与全局变量、线程变量一起总结,阐述其在多线程并发中的作用与不同(创建标题)
3. 修改第五章,基本完成 `std::atomic<shared_ptr>` 的所有内容 #12
Mq-b added a commit that referenced this issue Jun 13, 2024
2. 更新第三章“线程存储期”的部分措辞,增加“CPU 变量”的部分内容 #12
Mq-b added a commit that referenced this issue Jun 15, 2024
Mq-b added a commit that referenced this issue Jun 28, 2024
Mq-b added a commit that referenced this issue Jun 30, 2024
2. 为第一章基本概念,并行新增 mermaid 示意图
Mq-b added a commit that referenced this issue Jul 6, 2024
@Mq-b
Copy link
Owner Author

Mq-b commented Jul 13, 2024

C++20 协程在并发的内容先砍了,等待更多应用。

@Mq-b
Copy link
Owner Author

Mq-b commented Jul 14, 2024

线程池的内容先聊点最平凡的实现再展开讲其它的。

Mq-b added a commit that referenced this issue Jul 26, 2024
Mq-b added a commit that referenced this issue Jul 30, 2024
Mq-b added a commit that referenced this issue Jul 31, 2024
Mq-b added a commit that referenced this issue Aug 1, 2024
2. 稍微修改线程池一章中的部分描述。#12
3. 修改捐赠页面。
Mq-b added a commit that referenced this issue Aug 3, 2024
1. fix 线程池的实现中存在错误 #24
2. 修改示例的打印输出,增加线程 id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
To-Do 待办
Projects
None yet
Development

No branches or pull requests

2 participants