There was an error while loading. Please reload this page.
unix/fd_set.adept contains definitions related to fd_set.
unix/fd_set.adept
fd_set
struct fd_set (fds_bits 32 uint)
func FD_ISSET(n int, p *fd_set) bool
func FD_SET(n int, p *fd_set) void
func FD_CLR(n int, p *fd_set) void
func FD_ZERO(p *fd_set) void
define FD_SETSIZE = 1024
Table of Contents