package
1.0.2
Repository: https://github.com/gromitlee/go-async.git
Documentation: pkg.go.dev

# Constants

失败.
完成.
正常.
取消中.
失败.
结束.
已创建.
暂停.
排队中.
运行中.

# Structs

No description provided by the author

# Interfaces

IReport 任务上报interface,注意goroutine safe.
ITask 异步任务interface.

# Type aliases

ITaskFunc 异步任务初始化方法.
RunPhase 任务运行阶段.
State 任务状态.