Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(13)

Issue 2469043: code review 2469043: netchan: add new method Hangup to terminate transmissio... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 5 months ago by r
Modified:
14 years, 5 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

netchan: add new method Hangup to terminate transmission on a channel Fixes issue 1151.

Patch Set 1 #

Total comments: 4

Patch Set 2 : code review 2469043: netchan: add new method Hangup to terminate transmissio... #

Total comments: 1

Patch Set 3 : code review 2469043: netchan: add new method Hangup to terminate transmissio... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -1 line) Patch
M src/pkg/netchan/export.go View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M src/pkg/netchan/import.go View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M src/pkg/netchan/netchan_test.go View 1 1 chunk +75 lines, -1 line 0 comments Download

Messages

Total messages: 13
r
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 5 months ago (2010-10-14 21:44:38 UTC) #1
rsc1
http://codereview.appspot.com/2469043/diff/1/src/pkg/netchan/export.go File src/pkg/netchan/export.go (right): http://codereview.appspot.com/2469043/diff/1/src/pkg/netchan/export.go#newcode351 src/pkg/netchan/export.go:351: // direction is Send, the channel is also closed. ...
14 years, 5 months ago (2010-10-15 02:04:28 UTC) #2
r2
On Oct 14, 2010, at 7:04 PM, rsc@google.com wrote: > > http://codereview.appspot.com/2469043/diff/1/src/pkg/netchan/export.go > File src/pkg/netchan/export.go ...
14 years, 5 months ago (2010-10-15 07:21:04 UTC) #3
rsc
Maybe I have this backward, but I'm still confused. If I do (following the doc ...
14 years, 5 months ago (2010-10-18 21:02:53 UTC) #4
r2
On Oct 18, 2010, at 2:02 PM, Russ Cox wrote: > Maybe I have this ...
14 years, 5 months ago (2010-10-18 21:13:06 UTC) #5
rsc
On Mon, Oct 18, 2010 at 17:13, Rob 'Commander' Pike <r@google.com> wrote: > > On ...
14 years, 5 months ago (2010-10-18 21:20:22 UTC) #6
r2
On Oct 18, 2010, at 2:20 PM, Russ Cox wrote: > On Mon, Oct 18, ...
14 years, 5 months ago (2010-10-18 21:22:59 UTC) #7
rsc
> I looked at it from the same direction and got the opposite conclusion. > ...
14 years, 5 months ago (2010-10-18 21:29:59 UTC) #8
r2
On Oct 18, 2010, at 2:29 PM, Russ Cox wrote: >> I looked at it ...
14 years, 5 months ago (2010-10-18 21:33:07 UTC) #9
rsc
> But it does. It causes the local side to tear down and, > in ...
14 years, 5 months ago (2010-10-18 21:35:21 UTC) #10
r
Hello rsc, r2 (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 5 months ago (2010-10-18 22:02:09 UTC) #11
rsc1
LGTM http://codereview.appspot.com/2469043/diff/13001/src/pkg/netchan/export.go File src/pkg/netchan/export.go (right): http://codereview.appspot.com/2469043/diff/13001/src/pkg/netchan/export.go#newcode350 src/pkg/netchan/export.go:350: // Hangup disassociates the named channel from the ...
14 years, 5 months ago (2010-10-18 22:06:38 UTC) #12
r
14 years, 5 months ago (2010-10-18 22:09:53 UTC) #13
*** Submitted as http://code.google.com/p/go/source/detail?r=c5ffe4dc93b8 ***

netchan: add new method Hangup to terminate transmission on a channel
Fixes issue 1151.

R=rsc
CC=golang-dev
http://codereview.appspot.com/2469043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b