Open
Description
I'm making a lib to detect goroutine leaks, if we don't enable tracebackancestors
it will be impossible to detect goroutine leaks in testing when testing.T.isParallel
is enabled.
If we can add a function in runtime
, such as runtime.TracebackAncestors(n int)
then we don't have to add protection code like this:
Metadata
Metadata
Assignees
Type
Projects
Status