Adds -chan option to the goroutines command to list only the goroutines running on a specified channel. Also when printing a variable if it is a channel also print the list of goroutines that are waiting on it. |
||
|---|---|---|
| .. | ||
| client.go | ||
| server.go | ||
Adds -chan option to the goroutines command to list only the goroutines running on a specified channel. Also when printing a variable if it is a channel also print the list of goroutines that are waiting on it. |
||
|---|---|---|
| .. | ||
| client.go | ||
| server.go | ||