hunt ~v1.6.x (2022-05-12T11:27:03.6465239)
Dub
Repo
KqueueEventChannel
hunt
io
channel
posix
KqueueEventChannel
version(HAVE_KQUEUE)
class
KqueueEventChannel :
EventChannel
{
this
(Selector loop);
~this
();
void
trigger
();
void
onRead
();
Socket
[
2
]
_pair
;
}
Constructors
this
this
(Selector loop)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
onRead
void
onRead
()
Undocumented in source. Be warned that the author may not have intended to support it.
trigger
void
trigger
()
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
trigger
void
trigger
()
Undocumented in source.
Meta
Source
See Implementation
hunt
io
channel
posix
KqueueEventChannel
classes
KqueueEventChannel