hio ~master (2020-10-10T18:54:29Z)
Dub
Repo
Signal
hio
events
Undocumented in source.
final
class
Signal {
this
(int signum, SigHandlerDelegate h);
int
opCmp
(Signal other);
string
toString
();
}
Constructors
this
this
(int signum, SigHandlerDelegate h)
Undocumented in source.
Members
Functions
opCmp
int
opCmp
(Signal other)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_handler
SigHandlerDelegate
_handler
;
Undocumented in source.
_id
ulong
_id
;
Undocumented in source.
_signum
int
_signum
;
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