You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After starting a goroutine, why not use recover() to catch the panic, and instead require manual recover() in each c.AddFunc, which is very troublesome? I think the recover() operation can be added to the source code here.
The text was updated successfully, but these errors were encountered:
After starting a goroutine, why not use recover() to catch the panic, and instead require manual recover() in each c.AddFunc, which is very troublesome? I think the recover() operation can be added to the source code here.
The text was updated successfully, but these errors were encountered: