safeutil

package
v0.3.30 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Go

func Go(do safe.DoFunc)

Go starts a recoverable goroutine with a new logger (klog.NewKlogr()).

Example:

safeutil.Go(func(){...})

func GoL

func GoL(do safe.DoFunc, logger logr.Logger)

GoL starts a recoverable goroutine with a given logger.

Example:

safeutil.GoL(func(){...}, logger)

func LoggerRecoverHandler

func LoggerRecoverHandler(logger logr.Logger) safe.RecoverHandler

LoggerRecoverHandler returns a recover handler by the given logger.

Example:

func() {
  defer safe.HandleCrash(LoggerRecoverHandler(ctxutil.GetLogger(ctx)))
  ...
}

func RecoverHandler

func RecoverHandler(ctx context.Context, errChan chan error) safe.RecoverHandler

LoggerRecoverHandler returns a recover handler by the given logger.

Example:

func() {
  defer safe.HandleCrash(RecoverHandler(ctx, errChan))
  ...
}

Types

This section is empty.

Jump to

Keyboard shortcuts

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