Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChasingTimer ¶
type ChasingTimer struct {
// contains filtered or unexported fields
}
func NewChasingTimer ¶
func NewChasingTimer(chasingDelay time.Duration) ChasingTimer
func (*ChasingTimer) Channel ¶
func (c *ChasingTimer) Channel() <-chan time.Time
func (*ChasingTimer) ClearExpired ¶
func (c *ChasingTimer) ClearExpired()
func (*ChasingTimer) IsEnabled ¶
func (c *ChasingTimer) IsEnabled() bool
func (*ChasingTimer) RestartChase ¶
func (c *ChasingTimer) RestartChase()
func (*ChasingTimer) WasStarted ¶
func (c *ChasingTimer) WasStarted() bool
Click to show internal directories.
Click to hide internal directories.