uber / tchannel

network multiplexing and framing protocol for RPC
MIT License
1.15k stars 129 forks source link

go: Rewrite goroutine leak detector #1349

Closed prashantv closed 9 years ago

prashantv commented 9 years ago

The new code now waits until there are no running or runnable goroutines before looking for leaked goroutines.