package
1.5.5
Repository: https://github.com/assembly-hub/task.git
Documentation: pkg.go.dev

# Functions

NewManager 创建任务管理器.
No description provided by the author
No description provided by the author
SingleTask 创建TaskManager单例.

# Structs

Timer task timer config data nil 标识所有可能的参数,如:Second=nil,标识0~59秒.

# Interfaces

Manager 所有task管理器方法 1、所有任务必须注册才可调用 2、任务参数必须可序列化、反序列化 3、任务管理器只保证任务执行,业务逻辑报错需要业务处理.