---
title: "3 小時一次搞懂 C++ 20 coroutines"
slug: coroutines
url: https://chenlen.com/posts/coroutines
published_at: 2024-05-19
modified_at: 2024-05-21
author: "Lei"
category: "C++"
tags: ["c++"]
access: public_access
---

# 3 小時一次搞懂 C++ 20 coroutines

> C++ 20 的協程是什麼？怎麼用？

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

coroutines 中文翻作協程，是 C++ 20 新增的四大功能之一。 「C++ 從路人到入門」線上課程預購中
