- CleanupData
struct CleanupData
Undocumented in source.
- disconnecting
bool disconnecting [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- disconnecting
bool disconnecting [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- connected
bool connected [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- connected
bool connected [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- writeBlocked
bool writeBlocked [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- writeBlocked
bool writeBlocked [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- readBlocked
bool readBlocked [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- readBlocked
bool readBlocked [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- evInfo
EventInfo* evInfo [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- evInfo
EventInfo* evInfo [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Takes a raw kernel-emitted file descriptor and registers its events into the event loop for async processing NOTE: If it's a socket, it must be made non-blocking before being passed here. NOTE: By default dispatched events are READ, WRITE, and ERROR; enabling 'stateful' adds CONNECT and CLOSE