---
title: "C++ 多執行緒兩小時課程"
slug: multi-thread
url: https://chenlen.com/posts/multi-thread
published_at: 2024-05-19
modified_at: 2024-05-21
author: "Lei"
category: "C++"
tags: ["c++"]
access: public_access
---

# C++ 多執行緒兩小時課程

> 用 C++ 11 thread 及 C++ 20 jthread 完成 Task Pool

By **Lei** - 陪你走過學習 C++ 的旅程 | 2024-05-19

介紹寫出一個 task pool (任務隊列)，需要用到的 C++ 組件有哪些，避免一個一個組件學習，但不知道可以做什麼用。 「C++ 從路人到入門」線上課程預購中
