Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface {
Init(ctx context.Context) error
Start(ctx context.Context) error
Push(ctx context.Context, e *ce.Event) bool
SetLeader(isleader bool)
IsLeader() bool
IsDeployed(ctx context.Context) bool
Recover(ctx context.Context) error
StopNotify() <-chan struct{}
Stop(ctx context.Context)
}
func NewTimingWheel ¶
Click to show internal directories.
Click to hide internal directories.