Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnceWhenTrue ¶
type OnceWhenTrue struct {
// contains filtered or unexported fields
}
func NewOnceWhenTrue ¶
func NewOnceWhenTrue() *OnceWhenTrue
func (*OnceWhenTrue) DoWhenTrue ¶
func (o *OnceWhenTrue) DoWhenTrue(onTrue func())
func (*OnceWhenTrue) SetTrue ¶
func (o *OnceWhenTrue) SetTrue()
Click to show internal directories.
Click to hide internal directories.