aboutsummaryrefslogtreecommitdiff
path: root/context/context.go
AgeCommit message (Expand)Author
2015-02-12net/context: Don't leak goroutines in Done example.HEADgradle_1.3.1gradle_1.3.0-beta4gradle_1.3.0-beta3gradle_1.3.0-beta2gradle_1.3.0-beta1studio-master-releasestudio-1.4-releasestudio-1.3-releasemastermainBryan C. Mills
2015-02-09context: fix removal of cancelled timer contexts from parentDamien Neil
2015-02-06net/context: Don't accept a context in the DoSomethingSlow example.Aaron Jacobs
2014-12-09net: add import comments.David Symonds
2014-11-14context: Fix WithValue example code.David Symonds
2014-11-10go.net: use golang.org/x/... import pathsAndrew Gerrand
2014-10-09context: fix TestAllocs to account for ints in interfacesSameer Ajmani
2014-08-11context: make parentCancelCtx iterativeAndrew Bursavich
2014-08-01context: provide String methods. The Strings show the functions calledSameer Ajmani
2014-07-30context: fix small leak introduced by reordering.Sameer Ajmani
2014-07-30go.net/context: split the implementations of Background, WithValue,Sameer Ajmani
2014-07-29go.net/context: define an emptyCtx type for Background and TODO.Sameer Ajmani
2014-07-24go.net/context: update some comments, add a TODO.Sameer Ajmani
2014-07-10go.net/context: remove the Key type; replace it with interface{}. ThisSameer Ajmani
2014-05-16go.net/context: define the Context type, which supports propagatingSameer Ajmani