func internal/poll.Splice
3 uses
internal/poll (current package)
splice_linux.go#L36: func Splice(dst, src *FD, remain int64) (written int64, handled bool, sc string, err error) {
net
splice_linux.go#L39: written, handled, sc, err := poll.Splice(&c.pfd, &s.pfd, remain)
os
readfrom_linux.go#L15: pollSplice = poll.Splice
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |