# 此处存放作业

* **文件名**：`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) 文件夹中。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mq-bai.gitbook.io/modern-cpp-concurrent-programming/homework.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
