package
Version:
v1.0.102
Opens a new window with list of versions in this module.
Published: Nov 16, 2024
License: MulanPSL-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func DelayTick(execution func(), duration time.Duration, done <-chan struct{})
DelayTick - 延迟第一次执行,然后周期性执行
func ImmediatelyTick(execution func(), duration time.Duration, done <-chan struct{})
ImmediatelyTick - 立即执行一次任务,然后周期性执行
Source Files
¶
Click to show internal directories.
Click to hide internal directories.