Skip to content

第 25 章 生成器

在 Rust 里面,协程(Coroutine)是编写高性能异步程序的关键设施,生成器(Generator)是协程的基础。本节主要讲解什么是生成器,并简要介绍一下协程。

Released under the MIT License