What are some handy "runtime" & "runtime/debug" functions you use in your go apps/services?

I tend to use debug.SetMaxStack() & runtime.Gosched().

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.