From 6469c473e709595491173bd823b6ad9a83bd8725 Mon Sep 17 00:00:00 2001 From: kercylan98 Date: Mon, 27 Nov 2023 14:35:46 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20README=20=E8=AE=A1=E6=97=B6=E5=99=A8?= =?UTF-8?q?=E6=AE=B5=E8=90=BD=E5=A2=9E=E5=8A=A0=20Cron=20=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34b1e90..5bd76b5 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ func main() { wait.Wait() } ``` +在分布式环境中,如果存在类似于多服务器需要同时间刷新配置时,可使用`Cron`表达式设置定时任务。 ### 流操作 可以通过 `stream` 包快速开启对`切片`和`map`的流式操作,例如: