Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtomicBool ¶
func NewAtomicBool ¶
func NewAtomicBool(val bool) AtomicBool
type ScheduledExecutor ¶
type ScheduledExecutor interface { Start() Stop() }
func NewScheduledExecutor ¶
func NewScheduledExecutor(period time.Duration, cb func()) ScheduledExecutor
Click to show internal directories.
Click to hide internal directories.