-
-
Notifications
You must be signed in to change notification settings - Fork 9
unix fd_set
IsaacShelton edited this page Nov 13, 2022
·
5 revisions
unix/fd_set.adept
contains definitions related to 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