go/src/net/rpc
chanxuehong 92c29ef941 net/rpc: unlock client.mutex as early as possible
Although these changes have no essential influence, I think this is a better point.

Change-Id: I571d3a14c948d2fd7bc9561f47f33e9e4c90683f
GitHub-Last-Rev: d8c5d18006
GitHub-Pull-Request: golang/go#24697
Reviewed-on: https://go-review.googlesource.com/104895
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-04-06 14:47:39 +00:00
..
jsonrpc
client.go net/rpc: unlock client.mutex as early as possible 2018-04-06 14:47:39 +00:00
client_test.go
debug.go net/rpc: use a sync.Map for serviceMap instead of RWMutex 2017-04-28 20:42:11 +00:00
server.go net/rpc: improve error report messages 2018-01-15 01:31:35 +00:00
server_test.go net/rpc: wait for responses to be written before closing Codec 2017-11-29 16:26:57 +00:00