internal/poll.FD.SetWriteDeadline (method)
6 uses
internal/poll (current package)
fd_poll_runtime.go#L142: func (fd *FD) SetWriteDeadline(t time.Time) error {
net
fd_posix.go#L146: return fd.pfd.SetWriteDeadline(t)
fd_unix.go#L89: fd.pfd.SetWriteDeadline(deadline)
fd_unix.go#L90: defer fd.pfd.SetWriteDeadline(noDeadline)
fd_unix.go#L123: fd.pfd.SetWriteDeadline(aLongTimeAgo)
os
file_posix.go#L230: return f.pfd.SetWriteDeadline(t)
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. |