package
0.0.0-20241217062345-852b9c5a8d98
Repository: https://github.com/tianlin0/plat-lib.git
Documentation: pkg.go.dev

# Functions

AsyncExecuteDataList 异步执行数据列表,返回是否全部执行 return: bool 是否完成循环。 error 执行过程中是否有错误.
AsyncExecuteFunction 异步执行方法,返回是否全部执行.
DelContext 删除上下文.
GetContext 获取上下文.
GoAsyncHandler 异步方法 异步有一个总量,不然会创建太多,造成系统阻塞了 var ch = make(chan bool, 50).
GoSyncHandler 同步方法.
No description provided by the author
No description provided by the author
SetContext 设置上下文.