FileDescriptorEvent

Generic file descriptor event.

This kind of event can be used to wait for events on a non-blocking file descriptor. Note that this can usually only be used on socket based file descriptors.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Enums

Trigger
enum Trigger

Event mask selecting the kind of events to listen for.

Functions

wait
void wait(Trigger which)
bool wait(Duration timeout, Trigger which)

Waits for the selected event to occur.

Meta