Skip to content

unix fd_set

IsaacShelton edited this page Nov 13, 2022 · 5 revisions

unix/fd_set

unix/fd_set.adept contains definitions related to fd_set.

Structures

struct fd_set (fds_bits 32 uint)

Functions

  • 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

Constants

define FD_SETSIZE = 1024
Clone this wiki locally