yu ~master (2017-08-14T10:07:44Z)
Dub
Repo
kevent_t
yu
eventloop
selector
kqueue
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
package extern (
C
) @
nogc
nothrow
static if
(
IOMode == IO_MODE.kqueue
)
struct
kevent_t {
uintptr_t
ident
;
short
filter
;
ushort
flags
;
uint
fflags
;
intptr_t
data
;
void
*
udata
;
}
Members
Variables
data
intptr_t
data
;
Undocumented in source.
fflags
uint
fflags
;
Undocumented in source.
filter
short
filter
;
Undocumented in source.
flags
ushort
flags
;
Undocumented in source.
ident
uintptr_t
ident
;
Undocumented in source.
udata
void
*
udata
;
Undocumented in source.
Meta
Source
See Implementation
yu
eventloop
selector
kqueue
enums
EVFILT_READ
EV_ADD
NOTE_FFNOP
functions
EV_SET
getTimerfd
kevent
kqueue
structs
KqueueLoop
kevent_t