SocketEventChain

Wrapper for a socket event chain.

Constructors

this
this(SocketEvent!T[] events)

Creates a new socket event chain.

Members

Functions

moveNext
void moveNext()

Moves onto the next socket event.

opCall
void opCall(SocketEventArgs!T e)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_events
SocketEvent!T[] _events;

The socket events.

Meta