package
Version:
v0.3.25
Opens a new window with list of versions in this module.
Published: Dec 14, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
GoSafe runs the given fn using another goroutine, recovers if fn panics.
GoWithCtx 新开启协程执行fn,并将trace-id传递到新的协程
func Recover(cleanups ...func())
Recover is used with defer to do cleanup on panics.
Use it like:
defer Recover(func() {})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.