tango ~master (2025-06-29T14:40:56.0544651)
Dub
Repo
fd_set
tango
stdc
posix
sys
select
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
fd_set
struct
fd_set
version(!linux && OSX)
extern (
C
)
struct
fd_set {
int
[(((
FD_SETSIZE
) + ((
__DARWIN_NFDBITS
) -
1
)) / (
__DARWIN_NFDBITS
))]
fds_bits
;
}
struct
fd_set
struct
fd_set
Members
Variables
fds_bits
int
[(((
FD_SETSIZE
) + ((
__DARWIN_NFDBITS
) -
1
)) / (
__DARWIN_NFDBITS
))]
fds_bits
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
sys
select
functions
FD_CLR
FD_ISSET
FD_SET
FD_ZERO
pselect
select
structs
fd_set
variables
FD_SETSIZE