hunt.event.selector.Kqueue

Undocumented in source.

Members

Classes

AbstractSelector
class AbstractSelector

Enums

EVFILT_READ
anonymousenum EVFILT_READ
Undocumented in source.
EV_ADD
anonymousenum EV_ADD
Undocumented in source.
NOTE_FFNOP
anonymousenum NOTE_FFNOP
Undocumented in source.

Functions

EV_SET
void EV_SET(Kevent* kevp, typeof(Kevent.tupleof) args)
Undocumented in source. Be warned that the author may not have intended to support it.
kevent
int kevent(int kq, Kevent* changelist, int nchanges, Kevent* 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.

Manifest constants

SO_REUSEPORT
enum SO_REUSEPORT;
Undocumented in source.

Structs

Kevent
struct Kevent
Undocumented in source.

Meta