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

Issue 85880044: code review 85880044: sync.Pool: better documentation (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:
rsc, dvyukov
CC:
golang-codereviews, dvyukov, rsc
Visibility:
Public.

Description

sync.Pool: better documentation Explain what its purpose is and give examples of good and bad use. Fixes issue 7167.

Patch Set 1 #

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

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

Total comments: 6

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -17 lines) Patch
M src/pkg/sync/pool.go View 1 2 3 2 chunks +25 lines, -17 lines 0 comments Download

Messages

Total messages: 7
r
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 8 months ago (2014-04-09 06:55:07 UTC) #1
dvyukov
https://codereview.appspot.com/85880044/diff/40001/src/pkg/sync/pool.go File src/pkg/sync/pool.go (right): https://codereview.appspot.com/85880044/diff/40001/src/pkg/sync/pool.go#newcode22 src/pkg/sync/pool.go:22: // Any item stored in the Pool may be ...
11 years, 8 months ago (2014-04-09 07:32:41 UTC) #2
r
Hello golang-codereviews@googlegroups.com, dvyukov@google.com (cc: golang-codereviews@googlegroups.com), Please take another look.
11 years, 8 months ago (2014-04-09 08:33:16 UTC) #3
r
https://codereview.appspot.com/85880044/diff/40001/src/pkg/sync/pool.go File src/pkg/sync/pool.go (right): https://codereview.appspot.com/85880044/diff/40001/src/pkg/sync/pool.go#newcode22 src/pkg/sync/pool.go:22: // Any item stored in the Pool may be ...
11 years, 8 months ago (2014-04-09 08:33:37 UTC) #4
dvyukov
LGTM
11 years, 8 months ago (2014-04-09 10:07:01 UTC) #5
rsc
LGTM
11 years, 8 months ago (2014-04-09 13:39:55 UTC) #6
r
11 years, 8 months ago (2014-04-09 19:45:30 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=98e63c935796 ***

sync.Pool: better documentation
Explain what its purpose is and give examples of good and bad use.
Fixes issue 7167.

LGTM=dvyukov, rsc
R=golang-codereviews, dvyukov, rsc
CC=golang-codereviews
https://codereview.appspot.com/85880044
Sign in to reply to this message.

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