//
pkg.gl
Category
github.com/seabyte7/goToolkit
tickLib
package
0.0.0-20240331123306-57e2081627b9
Repository:
https://github.com/seabyte7/gotoolkit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
3 SLOC
#
Functions
SetInterval
指定某个时间间隔执行某个函数 interval: 间隔时间,单位为秒 f: 要执行的函数 args: 要执行的函数的参数 返回值: 无.