yu.eventloop.selector.kqueue

Undocumented in source.

Members

Enums

EVFILT_READ
anonymousenum EVFILT_READ
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EV_ADD
anonymousenum EV_ADD
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NOTE_FFNOP
anonymousenum NOTE_FFNOP
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

EV_SET
void EV_SET(kevent_t* kevp, typeof(kevent_t.tupleof) args)
Undocumented in source. Be warned that the author may not have intended to support it.
getTimerfd
auto getTimerfd()
Undocumented in source. Be warned that the author may not have intended to support it.
kevent
int kevent(int kq, kevent_t* changelist, int nchanges, kevent_t* eventlist, int nevents, timespec* timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
kqueue
int kqueue()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

KqueueLoop
struct KqueueLoop
Undocumented in source.
kevent_t
struct kevent_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta