internal/poll.FD.Init (method)
5 uses
internal/poll (current package)
fd_unix.go#L54: func (fd *FD) Init(net string, pollable bool) error {
net
fd_unix.go#L41: return fd.pfd.Init(fd.net, true)
fd_unix.go#L67: if err := fd.pfd.Init(fd.net, true); err != nil {
fd_unix.go#L85: if err := fd.pfd.Init(fd.net, true); err != nil {
os
file_unix.go#L233: if pollErr := f.pfd.Init("file", pollable); pollErr != nil && clearNonBlock {
|
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. |