client.go does do `client.Lock()` itself when it's needed. Doing the same in pool.go results in an dead lock. |
||
|---|---|---|
| .. | ||
| client_test.go | ||
| client.go | ||
| common.go | ||
| error.go | ||
| id_test.go | ||
| id.go | ||
| pool_test.go | ||
| pool.go | ||
| request.go | ||
| response.go | ||
| status.go | ||
client.go does do `client.Lock()` itself when it's needed. Doing the same in pool.go results in an dead lock. |
||
|---|---|---|
| .. | ||
| client_test.go | ||
| client.go | ||
| common.go | ||
| error.go | ||
| id_test.go | ||
| id.go | ||
| pool_test.go | ||
| pool.go | ||
| request.go | ||
| response.go | ||
| status.go | ||