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

Issue 99330045: code review 99330045: go.net/context: define the Context type, which supports... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years ago by Sameer Ajmani
Modified:
10 years ago
Reviewers:
crawshaw
CC:
rsc, crawshaw, bradfitz, golang-codereviews
Visibility:
Public.

Description

go.net/context: define the Context type, which supports propagating deadlines, cancellation, and other values across APIs and between processes.

Patch Set 1 #

Patch Set 2 : diff -r 2513e9008213 https://code.google.com/p/go.net #

Patch Set 3 : diff -r 2513e9008213 https://code.google.com/p/go.net #

Total comments: 14

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

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

Patch Set 6 : diff -r f3fd9e904a78 https://code.google.com/p/go.net #

Patch Set 7 : diff -r f3fd9e904a78 https://code.google.com/p/go.net #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+800 lines, -0 lines) Patch
A context/context.go View 1 2 3 4 5 6 1 chunk +357 lines, -0 lines 0 comments Download
A context/context_test.go View 1 2 3 1 chunk +417 lines, -0 lines 0 comments Download
A context/withtimeout_test.go View 1 2 3 4 5 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 9
Sameer Ajmani
Hello rsc@golang.org, crawshaw@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.net
10 years ago (2014-05-16 18:29:34 UTC) #1
gobot
Replacing golang-dev with golang-codereviews. To the author of this CL: If you are using 'hg ...
10 years ago (2014-05-16 18:33:44 UTC) #2
rsc
https://codereview.appspot.com/99330045/diff/40001/context/context.go File context/context.go (right): https://codereview.appspot.com/99330045/diff/40001/context/context.go#newcode1 context/context.go:1: // Package context defines the Context type, which carries ...
10 years ago (2014-05-16 18:40:59 UTC) #3
Sameer Ajmani
https://codereview.appspot.com/99330045/diff/40001/context/context.go File context/context.go (right): https://codereview.appspot.com/99330045/diff/40001/context/context.go#newcode1 context/context.go:1: // Package context defines the Context type, which carries ...
10 years ago (2014-05-16 18:58:22 UTC) #4
crawshaw
There needs to be some story for how this relates to a request-scoped context, i.e. ...
10 years ago (2014-05-16 19:14:16 UTC) #5
Sameer Ajmani
https://codereview.appspot.com/99330045/diff/40001/context/context.go File context/context.go (right): https://codereview.appspot.com/99330045/diff/40001/context/context.go#newcode61 context/context.go:61: var keys = make(map[string]*Key) On 2014/05/16 19:14:16, crawshaw wrote: ...
10 years ago (2014-05-16 19:49:57 UTC) #6
Sameer Ajmani
On 2014/05/16 19:14:16, crawshaw wrote: > There needs to be some story for how this ...
10 years ago (2014-05-16 19:55:55 UTC) #7
crawshaw
LGTM Given we have some experience with this code elsewhere, I'm happy to see it ...
10 years ago (2014-05-16 20:10:28 UTC) #8
Sameer Ajmani
10 years ago (2014-05-16 20:11:31 UTC) #9
*** Submitted as
https://code.google.com/p/go/source/detail?r=9c33002573cb&repo=net ***

go.net/context: define the Context type, which supports propagating
deadlines, cancellation, and other values across APIs and between
processes.

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

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