package
1.21.0
Repository: https://github.com/ardagan/tchannel-go.git
Documentation: pkg.go.dev

# Functions

GetAll returns the stacks for all running goroutines.
GetCurrentStack returns the stack for the current goroutine.
IdentifyLeaks looks for extra goroutines, and returns a descriptive error if it finds any.
VerifyNoLeaks calls IdentifyLeaks and fails the test if it finds any leaked goroutines.

# Structs

Stack represents a single Goroutine's stack.
VerifyOpts contains.