
The highest tagged major version is
v2.
package
Version:
v0.0.0-...-d8a4e70
Opens a new window with list of versions in this module.
Published: Dec 30, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Job interface {
Handle(args ...any) error
}
type JobItem struct {
Job Job
Args []any
Delay uint
}
type JobWithErrHandle interface {
Job
ErrHandle(err error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.