//
pkg.gl
Category
github.com/blampe/tchannel-go
testutils
goroutines
package
1.0.5
Repository:
https://github.com/blampe/tchannel-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
0
Files
140 SLOC
#
Functions
GetAll
GetAll returns the stacks for all running goroutines.
IdentifyLeaks
IdentifyLeaks looks for extra goroutines, and returns a descriptive error if it finds any.
VerifyNoLeaks
VerifyNoLeaks calls IdentifyLeaks and fails the test if it finds any leaked goroutines.
#
Structs
Stack
Stack represents a single Goroutine's stack.
VerifyOpts
VerifyOpts contains.