任务调度接口
Go to file
2023-08-04 12:07:57 +08:00
.gitignore 初始化go项目 2022-06-23 15:09:48 +08:00
abstract.go update code 2023-08-04 10:45:08 +08:00
core.go 增加数据结构定义 2023-08-04 11:49:44 +08:00
define.go update code 2023-08-04 10:45:08 +08:00
error.go 增加两个内置error定义 2023-08-04 12:07:57 +08:00
go.mod 增加数据结构定义 2023-08-04 11:49:44 +08:00
go.sum 增加数据结构定义 2023-08-04 11:49:44 +08:00
LICENSE Initial commit 2022-06-23 14:16:59 +08:00
README.md update README 2023-08-04 10:41:30 +08:00
task.go update code 2023-08-04 10:45:08 +08:00

task

作用

延迟任务调度

算法原理

时间轮算法