Sign in
go
/
go
/
5158aab7d662e274aed870ae6bf9cf8ae0786f5b
/
src
/
context
eca4599
context: fix references to "d" in WithDeadline docs
by Michael Darakananda
· 8 years ago
5a986ec
all: fix article typos
by Kunpei Sakai
· 8 years ago
76f4fd8
runtime: improve timers scalability on multi-CPU systems
by Aliaksandr Valialkin
· 8 years ago
2915e44
context: fix lint warning “drop = 0 from declaration”
by Michael Stapelberg
· 8 years ago
6e2c4bc
context: define behavior for Err before Done is closed
by Russ Cox
· 8 years ago
094498c
all: fix minor misspellings
by Eric Lagergren
· 8 years ago
dc6af19
context: document that Err is unspecified before Done
by Ian Lance Taylor
· 8 years ago
986768d
context: lazily initialize cancelCtx done channel
by Josh Bleecher Snyder
· 8 years ago
4c4201f
all: make spelling consistent
by Brad Fitzpatrick
· 8 years ago
c921d8f
context: document appropriate WithValue key type more
by Brad Fitzpatrick
· 8 years ago
606f81e
context: adjust tests to avoid importing "testing" in package context
by Russ Cox
· 8 years ago
31f5064
context: add comments to the WithCancel example, apply minor improvements
by Jaana Burcu Dogan
· 8 years ago
f69991c
context: make DeadlineExceeded implement net.Error
by Russ Cox
· 8 years ago
c5f064e
context: discourage use of basic types as keys in WithValue
by Matt Layher
· 9 years ago
1161a19
context: add examples
by Carlos C
· 9 years ago
3938279
context: reduce memory usage of context tree
by Jack Lindamood
· 9 years ago
298791a
all: use time.Until where applicable
by Brad Fitzpatrick
· 9 years ago
ab9137d
context: test WithCancel with canceled parent
by Jaana Burcu Dogan
· 9 years ago
8876061
context: add test for WithDeadline in the past
by Jack Lindamood
· 9 years ago
fc12bb2
context: cancel the context in ExampleWithTimeout, with explanation
by Alan Donovan
· 9 years ago
e4dc7f1
context: update documentation on cancelation and go vet check.
by Sameer Ajmani
· 9 years ago
c4692da
context: document how to release resources associated with Contexts.
by Sameer Ajmani
· 9 years ago
04acd62
context: fix typo in comments
by Kenny Grant
· 9 years ago
dc4427f
context: make DeadlineExceeded have a Timeout method
by Brad Fitzpatrick
· 9 years ago
0960c7c
context: use https in docs
by Shenghou Ma
· 9 years ago
c884f65
context: produce a nicer panic message for a nil WithValue key
by Brad Fitzpatrick
· 9 years ago
87bca88
context: fix doc typo
by Brad Fitzpatrick
· 9 years ago
501ddf7
context: attempt to deflake timing tests
by Brad Fitzpatrick
· 9 years ago
bd72497
context: document that WithValue's key must be comparable
by Brad Fitzpatrick
· 9 years ago
59d1868
context: disable more flaky tests on openbsd
by Brad Fitzpatrick
· 9 years ago
e2c0974
context: mark more tests as flaky on OpenBSD
by Brad Fitzpatrick
· 9 years ago
2cefd12
net, runtime: skip flaky tests on OpenBSD
by Brad Fitzpatrick
· 9 years ago
9db7ef5
context: add the context package from golang.org/x/net/context
by Brad Fitzpatrick
· 9 years ago