goroutine

package
v0.9.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2021 License: MIT Imports: 2 Imported by: 0

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) Goroutine

func (g *Manager) Goroutine(fn func())

func (*Manager) GoroutineWithRestart

func (g *Manager) GoroutineWithRestart(fn func())

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL