EpollSelector.EpollSelectionSet

Class used to hold the list of Conduits that have received events.

class EpollSelector
protected
class EpollSelectionSet : ISelectionSet {}

Members

Functions

length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref SelectionKey) dg)

Iterate over all the Conduits that have received events.

Inherited Members

From ISelectionSet

length
size_t length()

Returns the number of SelectionKey's in the set.

opApply
int opApply(int delegate(ref SelectionKey) dg)

Operator to iterate over a set via a foreach block. Note that any modifications to the SelectionKey will be ignored.

See Also

ISelectionSet

Meta