Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IGoroutine ¶
type IGoroutine interface { Goroutine(fn func()) GoroutineWithRestart(fn func()) }
func NewGoroutineManager ¶
func NewGoroutineManager(errorLoggerService errorlogger.ErrorLogger) IGoroutine
type Manager ¶
type Manager struct {
ErrorLogger errorlogger.ErrorLogger
}
func (*Manager) GoroutineWithRestart ¶
func (g *Manager) GoroutineWithRestart(fn func())
Click to show internal directories.
Click to hide internal directories.