Documentation ¶ Rendered for linux/amd64 darwin/amd64 Index ¶ func FD_ISSET(p *syscall.FdSet, fd int) bool func FD_SET(p *syscall.FdSet, fd int) func Select(nfd int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, ...) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FD_ISSET ¶ func FD_ISSET(p *syscall.FdSet, fd int) bool func FD_SET ¶ func FD_SET(p *syscall.FdSet, fd int) func Select ¶ func Select(nfd int, r *syscall.FdSet, w *syscall.FdSet, e *syscall.FdSet, timeout *syscall.Timeval) error Types ¶ This section is empty. Source Files ¶ View all Source files fdset_linux_amd64.go select_linux.go Click to show internal directories. Click to hide internal directories.