Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDuplicateTaskKey = errors.New("duplicate task key") ErrTaskKeyNotFount = errors.New("task key doesn't existed in task list, please check your input") )
Functions ¶
This section is empty.
Types ¶
type TimeWheel ¶
type TimeWheel struct {
// contains filtered or unexported fields
}
func GetTimeWheel ¶
func GetTimeWheel() *TimeWheel
func (*TimeWheel) RemoveTask ¶
Click to show internal directories.
Click to hide internal directories.