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

Synopsis

Declared in <util/sock.h>

struct Events;

Member Functions

Name

Description

Events [constructor]

Construct with the events to wait for and no occurred events yet.

Data Members

Name

Description

occurred

Events that actually occurred, filled in by WaitMany().

requested

Events to wait for, bitwise‐or of RecvEvent and SendEvent.

Created with MrDocs