go/src/context
Alex Myasoedov 82ee4e7f78 context: document CancelFunc to be safe for simultaneous use by multiple goroutines
Fixes #32145

Change-Id: If4c9dd3a2af748974141ad6e571f80efcbaad772
Reviewed-on: https://go-review.googlesource.com/c/go/+/177899
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-05-20 16:08:56 +00:00
..
benchmark_test.go context: add benchmarks for context cancellation 2018-05-29 21:57:30 +00:00
context.go context: document CancelFunc to be safe for simultaneous use by multiple goroutines 2019-05-20 16:08:56 +00:00
context_test.go all: add Unwrap and Is methods to various error types 2019-05-04 16:14:12 +00:00
example_test.go all: s/cancelation/cancellation/ 2019-04-16 20:27:15 +00:00
net_test.go
x_test.go