goroutine

package
v1.3.120 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2023 License: GPL-3.0 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