package
0.0.0-20230424045628-a36dcc1d90e4
Repository: https://github.com/weedge/lib.git
Documentation: pkg.go.dev

# README

介绍

封装golang runtime运行时库的调用; 主要是 goroutine运行异常的封装,以及获取goroutine运行时调用的堆栈信息

references

  1. Stack Traces In Go
  2. Scheduler Tracing In Go
  3. 一文教你搞懂 Go 中栈操作
  4. 妹纸

# Functions

No description provided by the author
No description provided by the author
GoSafely WaitGroup wraps a `go func()` with recover().
GoUnterminated is used for which goroutine wanna long live as its process.
MakeError @lastErr: should not be nil @newErr: could be nil.
No description provided by the author

# Structs

No description provided by the author