Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExecuteWithDelay ¶
type ExecuteWithDelay struct {
// contains filtered or unexported fields
}
ExecuteWithDelay execute method with delay
func NewExecuteWithDelay ¶
func NewExecuteWithDelay() *ExecuteWithDelay
NewExecuteWithDelay return new execute in delay
func (*ExecuteWithDelay) IsActive ¶
func (e *ExecuteWithDelay) IsActive() bool
IsActive return true if active
type TickHandler ¶
type TickHandler struct {
// contains filtered or unexported fields
}
TickHandler contains handler and interval
func NewTickHandler ¶
NewTickHandler return new tick handler
type TickManager ¶
type TickManager struct {
// contains filtered or unexported fields
}
TickManager describe TickManager
func (*TickManager) CountTicksInProgress ¶
func (t *TickManager) CountTicksInProgress() int32
CountTicksInProgress return count of ticks in progress
func (*TickManager) GetHandlers ¶
func (t *TickManager) GetHandlers() map[uint64]*TickHandler
GetHandlers return all handlers
Click to show internal directories.
Click to hide internal directories.