1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:31:22 -06:00
go/src/pkg/io
Rob Pike 5a5279e128 io: Pipes and ReadAt are safe to use concurrently.
Updates #1599.

R=golang-dev, bradfitz, rsc, r
CC=golang-dev
https://golang.org/cl/5708056
2012-03-01 11:24:13 +11:00
..
ioutil os: delete os.EINVAL and so on 2012-02-17 10:04:29 +11:00
io_test.go io: use error, add EOF, avoid os 2011-11-01 21:48:52 -04:00
io.go io: Pipes and ReadAt are safe to use concurrently. 2012-03-01 11:24:13 +11:00
multi_test.go Add a []byte argument to hash.Hash to allow an allocation to be saved. 2011-12-01 12:35:37 -05:00
multi.go io: use error, add EOF, avoid os 2011-11-01 21:48:52 -04:00
pipe_test.go various: a grab-bag of time.Duration cleanups. 2011-12-13 10:42:56 +11:00
pipe.go io: Pipes and ReadAt are safe to use concurrently. 2012-03-01 11:24:13 +11:00