-
Notifications
You must be signed in to change notification settings - Fork 0
misc.Function.timer
github-actions[bot] edited this page Jun 8, 2026
·
2 revisions
@zenstone/ts-utils / misc / timer
timer(
key,callback,ms):Timeout
Defined in: src/misc/timer.ts:10
命名 setTimeout,同一 key 会先清除已有的定时器再重新设置
string
定时器标识
() => void | Promise<void>
回调函数(支持 async)
number
延迟毫秒数
Timeout