hio v0.0.4 (2019-10-18T11:46:13Z)
Dub
Repo
IOResult
hio
events
Undocumented in source.
struct
IOResult {
immutable
(
ubyte
)[]
input
;
immutable
(
ubyte
)[]
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
immutable
(
ubyte
)[]
input
;
Undocumented in source.
output
immutable
(
ubyte
)[]
output
;
Undocumented in source.
timedout
bool
timedout
;
Undocumented in source.
Meta
Source
See Implementation
hio
events
aliases
Broadcast
FileHandlerDelegate
FileHandlerFunction
HandlerDelegate
SigHandlerDelegate
classes
EventHandler
FileEventHandler
NotFoundException
NotImplementedException
Signal
Timer
enums
AppEvent
functions
appeventToString
structs
CircBuff
IORequest
IOResult