aboutsummaryrefslogtreecommitdiff
path: root/src/context/context.go
AgeCommit message (Expand)Author
2020-03-18context: prevent creation of invalid contextsKyle Nusbaum
2019-09-26context: use fewer goroutines in WithCancel/WithTimeoutRuss Cox
2019-09-18context: mention asynchronous cancellation propagationEgon Elbre
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-05-20context: document CancelFunc to be safe for simultaneous use by multiple goro...Alex Myasoedov
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-04-16context: simplify stringify with a type switch喜欢兰花山丘
2019-03-27context: don't depend on fmtBrad Fitzpatrick
2019-03-25context: remove dependency on reflectMichael Fraenkel
2018-10-03context: avoid duplicate removeChildWeerasak Chongnguluam
2018-08-22context: don't talk about tools that don't existDominik Honnef
2018-04-15context: avoid defer in the cancelCtx.Err methodKeegan Carruthers-Smith
2017-09-21context: fix references to "d" in WithDeadline docsMichael Darakananda
2017-08-30context: fix lint warning “drop = 0 from declaration”Michael Stapelberg
2017-04-26context: define behavior for Err before Done is closedRuss Cox
2017-02-22context: document that Err is unspecified before DoneIan Lance Taylor
2017-02-01context: lazily initialize cancelCtx done channelJosh Bleecher Snyder
2016-11-12context: document appropriate WithValue key type moreBrad Fitzpatrick
2016-10-05context: make DeadlineExceeded implement net.ErrorRuss Cox
2016-09-30context: discourage use of basic types as keys in WithValueMatt Layher
2016-09-09context: reduce memory usage of context treeJack Lindamood
2016-08-30all: use time.Until where applicableBrad Fitzpatrick
2016-06-24context: update documentation on cancelation and go vet check.Sameer Ajmani
2016-06-15context: document how to release resources associated with Contexts.Sameer Ajmani
2016-06-01context: fix typo in commentsKenny Grant
2016-05-19context: make DeadlineExceeded have a Timeout methodBrad Fitzpatrick
2016-05-05context: use https in docsShenghou Ma
2016-04-29context: produce a nicer panic message for a nil WithValue keyBrad Fitzpatrick
2016-04-27context: fix doc typoBrad Fitzpatrick
2016-04-11context: document that WithValue's key must be comparableBrad Fitzpatrick
2016-04-05context: add the context package from golang.org/x/net/contextBrad Fitzpatrick