> For the complete documentation index, see [llms.txt](https://3440217568.gitbook.io/rxswift/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3440217568.gitbook.io/rxswift/decision_tree/delaysubscription.md).

# delaySubscription

**进行延时订阅**

![](/files/-MWlwLR2fRklalryeQfG)

**delaySubscription** 操作符将在经过所设定的时间后，才对 `Observable` 进行订阅操作。
