hio ~master (2020-10-10T18:54:29Z)
Dub
Repo
IOResult
hio
events
Undocumented in source.
struct
IOResult {
NbuffChunk
input
;
Nbuff
output
;
bool
timedout
;
bool
error
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
error
bool
error
;
Undocumented in source.
input
NbuffChunk
input
;
Undocumented in source.
output
Nbuff
output
;
Undocumented in source.
timedout
bool
timedout
;
Undocumented in source.
Meta
Source
See Implementation
hio
events
aliases
FileHandlerDelegate
FileHandlerFunction
HandlerDelegate
IOCallback
SigHandlerDelegate
classes
EventHandler
FileEventHandler
LoopShutdownException
NotFoundException
NotImplementedException
Signal
Timer
enums
AppEvent
functions
appeventToString
structs
IORequest
IOResult