This website requires JavaScript.
Explore
Help
Register
Sign In
chenyh
/
vRp.CD2g_test
Watch
1
Star
0
Fork
You've already forked vRp.CD2g_test
0
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
1afae90f69
vRp.CD2g_test
/
utils
/
timer
History
kercylan98
ae98963ecc
feat: timer.Pool 新增 Release 函数,可主动释放池中的所有定时器及池子本身
2023-12-21 14:43:55 +08:00
..
constants.go
feat: 优化 timer 包的 GetTicker 获取到的为内置定时器池中的定时器,可通过 timer.NewTimer 创建定时器池另行使用
2023-12-21 14:22:18 +08:00
newday.go
fix: 修复 timer.Ticker.Loop 函数首次触发时会触发两次的问题
2023-08-15 11:32:45 +08:00
options.go
feat: timer.Ticker 支持附加标记信息
2023-06-28 09:42:28 +08:00
pool.go
feat: timer.Pool 新增 Release 函数,可主动释放池中的所有定时器及池子本身
2023-12-21 14:43:55 +08:00
scheduler.go
feat: timer.Ticker 新增 Cron 函数,支持通过 Cron 表达式下发定时任务
2023-11-27 14:30:39 +08:00
ticker.go
feat: timer.Pool 新增 Release 函数,可主动释放池中的所有定时器及池子本身
2023-12-21 14:43:55 +08:00
ticker_test.go
feat: timer.Ticker 新增 Cron 函数,支持通过 Cron 表达式下发定时任务
2023-11-27 14:30:39 +08:00
timer.go
style: 修改 timer.Timer 名字为 timer.Pool
2023-12-21 14:37:17 +08:00