> For the complete documentation index, see [llms.txt](https://layers-organization-1.gitbook.io/combine-asynchronous-programming-with-swift/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://layers-organization-1.gitbook.io/combine-asynchronous-programming-with-swift/group-1/di-yi-bu-fen-combine-jian-jie.md).

# 第一部分：Combine 简介

> 自译 [《Combine: Asynchronous Programming with Swift》](https://www.kodeco.com/books/combine-asynchronous-programming-with-swift)
>
> by <yangjie.layer@gmail.com>(<https://juejin.cn/user/2330620383466973>)

## 第一部分：Combine 简介

在本书的这一部分中，你将了解 Combine 的基础知识并了解它所包含的一些构建块。 你将了解 Combine 旨在解决什么问题，以及它提供了哪些抽象来帮助你解决这些问题：Publisher、Subscriber、Subscription、Subject 等等。
