//
pkg.gl
Category
github.com/starfork/stargo
queue
task
package
0.1.4
Repository:
https://github.com/starfork/stargo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
3
Files
33 SLOC
#
Functions
UnmarshalJson
No description provided by the author
#
Structs
Task
No description provided by the author
#
Type aliases
Handler
任务执行函数。 特别注意,如果ttl不是0。但是因为某些原因不需要执行下一次操作了。则需要返回nil 比如。需要对某特定条件数据执行某个操作。在这之前自然是会检查这个数据是否存在或者是否能被操作等。 如果没有拿到这条数据,则直接返回nil.