Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stoppable ¶
type Stoppable struct { sync.RWMutex Go func(callable func(exit chan bool)) WithExit func(callable func(exit chan bool)) // contains filtered or unexported fields }
Stoppable is abstract class with Start/Stop methods
type StoppableInterface ¶
type StoppableInterface interface { }
Click to show internal directories.
Click to hide internal directories.