> For the complete documentation index, see [llms.txt](https://mq-bai.gitbook.io/modern-cpp-concurrent-programming/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mq-bai.gitbook.io/modern-cpp-concurrent-programming/homework.md).

# 此处存放作业

* **文件名**：`id` + 日期数字。

  `id` ：随意。

  日期数字：`8` 位数字，例如现在是 2024 年 7 月 31 日，那么日期数字则为：`20240731`
* **后缀名**：根据作业情况，随意。如果是普通代码，自然是 `.cpp` 后缀。

***

1. 线程池作业存放在 [thread\_pool](https://github.com/Mq-b/ModernCpp-ConcurrentProgramming-Tutorial/blob/main/homework/thread_pool/README.md) 文件夹中。
