kiss ~master (2018-09-04T06:35:33Z)
Dub
Repo
KqueueEventChannel
kiss
event
selector
kqueue
version(Kqueue)
class
KqueueEventChannel :
EventChannel
{
this
(Selector loop);
~this
();
void
call
();
void
onRead
();
Socket
[
2
]
_pair
;
}
Constructors
this
this
(Selector loop)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
call
void
call
()
Undocumented in source. Be warned that the author may not have intended to support it.
onRead
void
onRead
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_pair
Socket
[
2
]
_pair
;
Undocumented in source.
Inherited Members
From EventChannel
call
void
call
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
kiss
event
selector
kqueue
classes
AbstractSelector
KqueueEventChannel
enums
EVFILT_READ
EV_ADD
NOTE_FFNOP
functions
EV_SET
kevent
kqueue
manifest constants
SO_REUSEPORT
structs
kevent_t