ISelectionSet

Container that holds the SelectionKey's for all the conduits that have triggered events during a previous invocation to ISelector.select(). Instances of this container are normally returned from calls to ISelector.selectedSet().

Members

Functions

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.

Meta