go-eden / routine

Provides some convenient API, includes Goid(), GetG() and LocalStorage, which is a goroutine's local storage, just like ThreadLocal in other languages.
MIT License
114 stars 20 forks source link

add goroutine panic recover code, to prevent process crashing from panic #14

Closed funbytes closed 2 years ago

funbytes commented 2 years ago

add goroutine panic recover code, to prevent process crashing from panic