> 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/delay.md).

# delay

**将 `Observable` 的每一个元素拖延一段时间后发出**

![](/files/-MWlwP6PzQ3TY3pPmDJk)

**delay** 操作符将修改一个 `Observable`，它会将 `Observable` 的所有元素都拖延一段设定好的时间， 然后才将它们发送出来。
