The highest tagged major version is
v2.
package
Version:
v0.0.0-...-4fdff84
Opens a new window with list of versions in this module.
Published: Nov 5, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Key interface {
Key() interface{}
}
type Option interface {
Apply(*qTask)
}
type OptionFn func(*qTask)
func (tr *Runner) List() []*qTask
type Tasker interface {
Run(Key, Fn, ...Option) *qTask
}
func (d Timeout) Apply(task *qTask)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.