summaryrefslogtreecommitdiff
path: root/src/context
Commit message (Expand)AuthorAgeFilesLines
* context: mark testDeadline as a testing helper methodIan Lance Taylor2019-10-291-0/+1
* context: use fewer goroutines in WithCancel/WithTimeoutRuss Cox2019-09-263-16/+128
* context: mention asynchronous cancellation propagationEgon Elbre2019-09-181-0/+2
* all: remove os.ErrTimeoutDamien Neil2019-08-022-9/+0
* all: remove os.ErrTemporaryDamien Neil2019-08-011-1/+1
* context: document CancelFunc to be safe for simultaneous use by multiple goro...Alex Myasoedov2019-05-201-0/+1
* all: add Unwrap and Is methods to various error typesDamien Neil2019-05-042-0/+9
* all: s/cancelation/cancellation/Josh Bleecher Snyder2019-04-163-6/+6
* context: simplify stringify with a type switch喜欢兰花山丘2019-04-161-3/+3
* context: don't depend on fmtBrad Fitzpatrick2019-03-272-5/+32
* context: remove dependency on reflectMichael Fraenkel2019-03-251-2/+2
* context: avoid duplicate removeChildWeerasak Chongnguluam2018-10-031-1/+1
* context: don't talk about tools that don't existDominik Honnef2018-08-221-2/+1
* context: add docs to ExampleWithValueIoannis Georgoulas2018-06-121-0/+2
* context: add benchmarks for context cancellationCarl Mastrangelo2018-05-291-0/+24
* context: avoid defer in the cancelCtx.Err methodKeegan Carruthers-Smith2018-04-152-2/+21
* context: fix references to "d" in WithDeadline docsMichael Darakananda2017-09-211-6/+6
* all: fix article typosKunpei Sakai2017-09-151-1/+1
* runtime: improve timers scalability on multi-CPU systemsAliaksandr Valialkin2017-09-121-1/+55
* context: fix lint warning “drop = 0 from declaration”Michael Stapelberg2017-08-301-1/+1
* context: define behavior for Err before Done is closedRuss Cox2017-04-261-5/+5
* all: fix minor misspellingsEric Lagergren2017-04-031-1/+1
* context: document that Err is unspecified before DoneIan Lance Taylor2017-02-221-0/+1
* context: lazily initialize cancelCtx done channelJosh Bleecher Snyder2017-02-011-9/+22
* all: make spelling consistentBrad Fitzpatrick2016-12-081-2/+2
* context: document appropriate WithValue key type moreBrad Fitzpatrick2016-11-121-3/+7
* context: adjust tests to avoid importing "testing" in package contextRuss Cox2016-11-033-56/+112
* context: add comments to the WithCancel example, apply minor improvementsJaana Burcu Dogan2016-10-261-16/+23
* context: make DeadlineExceeded implement net.ErrorRuss Cox2016-10-052-3/+24
* context: discourage use of basic types as keys in WithValueMatt Layher2016-09-301-1/+3
* context: add examplesCarlos C2016-09-092-33/+109
* context: reduce memory usage of context treeJack Lindamood2016-09-092-6/+44
* all: use time.Until where applicableBrad Fitzpatrick2016-08-301-2/+2
* context: test WithCancel with canceled parentJaana Burcu Dogan2016-08-191-0/+15
* context: add test for WithDeadline in the pastJack Lindamood2016-07-261-0/+6
* context: cancel the context in ExampleWithTimeout, with explanationAlan Donovan2016-06-301-1/+9
* context: update documentation on cancelation and go vet check.Sameer Ajmani2016-06-241-35/+38
* context: document how to release resources associated with Contexts.Sameer Ajmani2016-06-151-3/+11
* context: fix typo in commentsKenny Grant2016-06-011-1/+1
* context: make DeadlineExceeded have a Timeout methodBrad Fitzpatrick2016-05-192-1/+19
* context: use https in docsShenghou Ma2016-05-051-2/+2
* context: produce a nicer panic message for a nil WithValue keyBrad Fitzpatrick2016-04-292-0/+7
* context: fix doc typoBrad Fitzpatrick2016-04-271-1/+1
* context: attempt to deflake timing testsBrad Fitzpatrick2016-04-112-39/+30
* context: document that WithValue's key must be comparableBrad Fitzpatrick2016-04-112-1/+20
* context: disable more flaky tests on openbsdBrad Fitzpatrick2016-04-081-0/+3
* context: mark more tests as flaky on OpenBSDBrad Fitzpatrick2016-04-071-0/+6
* net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick2016-04-061-0/+4
* context: add the context package from golang.org/x/net/contextBrad Fitzpatrick2016-04-053-0/+1047