]> Cypherpunks repositories - gostls13.git/commit
encoding/gob: mention that Encoder and Decoder are safe for concurrent use
authorMostyn Bramley-Moore <mostyn@antipode.se>
Fri, 28 Dec 2018 20:02:13 +0000 (20:02 +0000)
committerIan Lance Taylor <iant@golang.org>
Fri, 28 Dec 2018 22:14:11 +0000 (22:14 +0000)
commitd4599629674251e9134ea8e0aa4039d9de3dd678
tree5d63bc8b54bd54189876b7cb03a220560e644818
parent69c2c56453cdea1ad32d50fc82193f06b1b33f93
encoding/gob: mention that Encoder and Decoder are safe for concurrent use

Fixes #29416

Change-Id: I24364bfee77aceace53f85f1046ef4d73f8feebb

Change-Id: I24364bfee77aceace53f85f1046ef4d73f8feebb
GitHub-Last-Rev: ad9f31145763dc16f53dd9f3154667b162759f69
GitHub-Pull-Request: golang/go#29417
Reviewed-on: https://go-review.googlesource.com/c/155742
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/encoding/gob/decoder.go
src/encoding/gob/encoder.go