tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
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 && darwin)
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