Auxiliary requested/occurred events to wait for in WaitMany().
Declared in <util/sock.h>
struct Events;
| Name | Description |
|---|---|
Events [constructor] | Construct with the events to wait for and no occurred events yet. |
| Name | Description |
|---|---|
occurred | Events that actually occurred, filled in by WaitMany(). |
requested | Events to wait for, bitwise-or of RecvEvent and SendEvent. |