routine

package
v0.0.0-...-6b390a6 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FireAndForget

func FireAndForget(f func(), wg ...*sync.WaitGroup)

FireAndForget executes `f()` in a new go routine and auto recovers if panic.

**Note:** Use this only if you are not interested in the result of `f()` and don't want to block the parent go routine.

Types

This section is empty.

Jump to

Keyboard shortcuts

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