package
1.0.0
Repository: https://github.com/redochen/tools.git
Documentation: pkg.go.dev

# Functions

CheckPanic 检查错误.
GetCallerFuncName 获取调用者名称.
GetCurrentFuncName 获取当前方法名称.
GetFunctionName 获取函数名称.
InvokeFunc 调用函数:fn要调用的方法;args方法参数.
InvokeTicker 定时调用函数:interval时间间隔;runRightNow是否立即执行一次;name方法名称;fn要调用的方法;args方法参数.
InvokeTickerEx 定时调用函数:interval时间间隔;deadline过期时间;stop停止执行控制通道;runRightNow是否立即执行一次;name方法名称;fn要调用的方法;args方法参数.
NewFuncContextMap returns new instance of FuncContextMap.

# Structs

FuncContext context of function.
FuncContextMap map for FuncContext.