//
pkg.gl
Category
github.com/goexl/task
module
package
0.2.3
Repository:
https://github.com/goexl/task.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
6
Files
54 SLOC
#
README
Task
任务调度基础类库,提供基础任务定义
捐助
感谢Jetbrains
本项目通过
Jetbrains开源许可IDE
编写源代码,特此感谢
#
Functions
New
No description provided by the author
NewSchedule
No description provided by the author
#
Constants
StatusCreated
StatusCreated 已创建.
StatusFailed
StatusFailed 失败.
StatusRetrying
StatusRetrying 重试中.
StatusRunning
StatusRunning 执行中.
StatusSuccess
StatusSuccess 成功.
#
Type aliases
Agent
Agent 任务执行器.
Context
Context 上下文.
Executor
No description provided by the author
Schedule
Schedule 计划.
Status
Status 类型.
Task
No description provided by the author
Tasker
Tasker 任务器,用于任务执行逻辑.
Type
Type 类型.