select_fd_sets.__anonymous

Undocumented in source.

Members

Properties

errorSetPointer
fd_set* errorSetPointer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
errorSetPointer
fd_set* errorSetPointer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
readSetPointer
fd_set* readSetPointer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
readSetPointer
fd_set* readSetPointer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
writeSetPointer
fd_set* writeSetPointer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
writeSetPointer
fd_set* writeSetPointer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

errorSet
fd_set_storage!(Policy.MaxSocketCount) errorSet;
Undocumented in source.
readSet
fd_set_storage!(Policy.MaxSocketCount) readSet;
Undocumented in source.
writeSet
fd_set_storage!(Policy.MaxSocketCount) writeSet;
Undocumented in source.

Meta