Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClockObserver ¶
type ClockObserver struct {
// contains filtered or unexported fields
}
func (*ClockObserver) Loop ¶
func (c *ClockObserver) Loop() bool
func (*ClockObserver) Start ¶
func (c *ClockObserver) Start()
func (*ClockObserver) Stop ¶
func (c *ClockObserver) Stop()
func (*ClockObserver) Tick ¶
func (c *ClockObserver) Tick() bool
func (*ClockObserver) Trigger ¶
func (c *ClockObserver) Trigger(element *list.Element)
type ClockTaskDefinition ¶
type ClockTaskDefinition struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.