syscall.RawConn.Read (method)

4 uses

	syscall (current package)
		net.go#L23: 	Read(f func(fd uintptr) (done bool)) error

	google.golang.org/grpc/internal/transport/readyreader
		ready_reader.go#L114: 	err := c.raw.Read(c.doRead)

	net
		sendfile.go#L49: 	err = sc.Read(func(fd uintptr) bool {

	os
		zero_copy_linux.go#L30: 	rerr := sc.Read(func(fd uintptr) (done bool) {