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

Issue 11549043: code review 11549043: spec: clarify a couple of issues about channels (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by r
Modified:
11 years, 8 months ago
Reviewers:
dvyukov
CC:
golang-dev, dvyukov, adg
Visibility:
Public.

Description

spec: clarify a couple of issues about channels 1. They are FIFOs. 2. They are safe for concurrent access. Fixes issue 5911.

Patch Set 1 #

Total comments: 4

Patch Set 2 : diff -r 5c948e69f885 https://code.google.com/p/go/ #

Total comments: 6

Patch Set 3 : diff -r 84cafba689b1 https://code.google.com/p/go/ #

Patch Set 4 : diff -r bfd5ed8236d5 https://code.google.com/p/go/ #

Patch Set 5 : diff -r 4cd1a99ee4de https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M doc/go_spec.html View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 10
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 8 months ago (2013-07-18 22:16:35 UTC) #1
dvyukov
https://codereview.appspot.com/11549043/diff/1/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/11549043/diff/1/doc/go_spec.html#newcode4130 doc/go_spec.html:4130: Channels act as first-in-first-out queues: if a single goroutine ...
11 years, 8 months ago (2013-07-19 12:09:14 UTC) #2
r
https://codereview.appspot.com/11549043/diff/1/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/11549043/diff/1/doc/go_spec.html#newcode4130 doc/go_spec.html:4130: Channels act as first-in-first-out queues: if a single goroutine ...
11 years, 8 months ago (2013-07-22 11:44:43 UTC) #3
r
Hello golang-dev@googlegroups.com, dvyukov@google.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 8 months ago (2013-07-22 11:45:33 UTC) #4
dvyukov
LGTM https://codereview.appspot.com/11549043/diff/7001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/11549043/diff/7001/doc/go_spec.html#newcode4131 doc/go_spec.html:4131: that are received by a single goroutine, the ...
11 years, 8 months ago (2013-07-23 08:50:37 UTC) #5
r
That's what I mean and what I believe it says. Anyone else?
11 years, 8 months ago (2013-07-25 06:23:09 UTC) #6
adg
https://codereview.appspot.com/11549043/diff/7001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/11549043/diff/7001/doc/go_spec.html#newcode4130 doc/go_spec.html:4130: Channels act as first-in-first-out queues: if a single goroutine ...
11 years, 8 months ago (2013-07-25 06:29:40 UTC) #7
r
https://codereview.appspot.com/11549043/diff/7001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/11549043/diff/7001/doc/go_spec.html#newcode4130 doc/go_spec.html:4130: Channels act as first-in-first-out queues: if a single goroutine ...
11 years, 8 months ago (2013-07-25 12:04:56 UTC) #8
r
Hello golang-dev@googlegroups.com, dvyukov@google.com, adg@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 8 months ago (2013-07-25 12:05:16 UTC) #9
r
11 years, 8 months ago (2013-07-31 21:12:43 UTC) #10
*** Submitted as https://code.google.com/p/go/source/detail?r=43f967f62292 ***

spec: clarify a couple of issues about channels

1. They are FIFOs.
2. They are safe for concurrent access.

Fixes issue 5911.

R=golang-dev, dvyukov, adg
CC=golang-dev
https://codereview.appspot.com/11549043
Sign in to reply to this message.

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