Sock::Events

Auxiliary requested/occurred events to wait for in WaitMany().

Synopsis

Declared in <util/sock.h>

struct Events;

Member Functions

NameDescription
Events [constructor]Construct with the events to wait for and no occurred events yet.

Data Members

NameDescription
occurred Events that actually occurred, filled in by WaitMany().
requested Events to wait for, bitwise-or of RecvEvent and SendEvent.