hio v0.0.4 (2019-10-18T11:46:13Z)
Dub
Repo
IORequest
hio
events
Undocumented in source.
struct
IORequest {
size_t
to_read
;
bool
allowPartialInput
;
immutable
(
ubyte
)[]
output
;
void
delegate
(
IOResult
) @(
safe
)
callback
;
}
Members
Variables
allowPartialInput
bool
allowPartialInput
;
Undocumented in source.
callback
void
delegate
(
IOResult
) @(
safe
)
callback
;
Undocumented in source.
output
immutable
(
ubyte
)[]
output
;
Undocumented in source.
to_read
size_t
to_read
;
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