package
Version:
v1.0.15-0...-55ead4f
Opens a new window with list of versions in this module.
Published: Apr 16, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Job interface {
Run()
}
List represents a doubly linked list.
The zero value for List is an empty list ready to use.
func (l *List) Front() *item
Len returns the number of elements of list l.
The complexity is O(1).
type TaskList struct {
List
}
一分钟代表一个key,一小时60分钟 也就是说同一时间最多60个key
Source Files
¶
Click to show internal directories.
Click to hide internal directories.