//
pkg.gl
Category
github.com/mittacy/ego
library
async
package
1.6.23
Repository:
https://github.com/mittacy/ego.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
75 SLOC
#
Functions
Enqueue
Enqueue 任务加入队列,使用前需要先初始化队列服务: async.Init(...) @param data 任务结构体数据 @param typeName 任务typeName @param opts 可选配置,失败重试、指定队列、优先级…… @return error.
Init
Init 初始化队列服务.
InitLog
No description provided by the author
NewLogger
No description provided by the author
#
Variables
ErrNoInit
No description provided by the author
#
Structs
Job
No description provided by the author