Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.