package
Version:
v0.0.0-...-62934a5
Opens a new window with list of versions in this module.
Published: Jun 4, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func FireAndForget ¶
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.