Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CtlRater ¶
type CtlRater struct { StopNotifyWorker Do func() Rate int64 v1log.InvokeLog // contains filtered or unexported fields }
type FailAllFailCoMag ¶
type FailAllFailCoMag struct {
// contains filtered or unexported fields
}
FailAllFailCoMag 一次失败全部失败的CoMag
func NewFailAllFailCoMag ¶
func NewFailAllFailCoMag() *FailAllFailCoMag
func (*FailAllFailCoMag) Add ¶
func (mg *FailAllFailCoMag) Add(f CoFunc)
func (*FailAllFailCoMag) Run ¶
func (mg *FailAllFailCoMag) Run()
type StopNotifyWorker ¶ added in v1.1.44
type StopNotifyWorker struct { StopWorker // contains filtered or unexported fields }
func (*StopNotifyWorker) Stop ¶ added in v1.1.44
func (w *StopNotifyWorker) Stop()
func (*StopNotifyWorker) StopNotify ¶ added in v1.1.44
func (w *StopNotifyWorker) StopNotify() chan bool
type StopWorker ¶
type StopWorker struct {
// contains filtered or unexported fields
}
func (*StopWorker) Start ¶ added in v1.1.44
func (w *StopWorker) Start()
func (*StopWorker) Stop ¶
func (w *StopWorker) Stop()
func (*StopWorker) Stopped ¶
func (w *StopWorker) Stopped() bool
Click to show internal directories.
Click to hide internal directories.