more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
SocketServerTemplate.select_fd_sets
more
net
socketserver
SocketServerTemplate
Undocumented in source.
struct
SocketServerTemplate
(Policy)
union
select_fd_sets {
struct
__anonymous
;
fd_set_storage
!(
Policy
.
MaxSocketCount
)[
SET_COUNT
]
sets
;
}
Members
Structs
__anonymous
struct
__anonymous
Undocumented in source.
Variables
sets
fd_set_storage
!(
Policy
.
MaxSocketCount
)[
SET_COUNT
]
sets
;
Undocumented in source.
Meta
Source
See Implementation
more
net
socketserver
SocketServerTemplate
functions
add
findSocket
run
stop
manifest constants
SET_COUNT
static variables
setIndexToSetPropIndex
structs
EventSocket
unions
select_fd_sets
variables
eventSockets
reservedSocketCount
stopOnNextIteration