Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IQueue ¶
type IQueue interface { // Priority 优先级 Priority() int // Delay 延迟时间 Delay() int // Call 回调函数 Call(args ...interface{}) }
IQueue 队列信息
Click to show internal directories.
Click to hide internal directories.