internal/poll.FD.Init (method)
5 uses
	internal/poll (current package)
		fd_unix.go#L55: 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#L237: 	if pollErr := f.pfd.Init("file", pollable); pollErr != nil && clearNonBlock {
|  | The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |