Wait for readiness for input (recv) or output (send).
Synopsis
Return Value
true on success (or timeout, if occurred of 0 is returned), false otherwise
|
Note
|
The return value should not be discarded. |
Parameters
Name |
Description |
timeout [in] |
Wait this much for at least one of the requested events to occur. |
requested [in] |
Wait for those events, bitwise‐or of |
occurred [out] |
If not nullptr and the function returns |
Created with MrDocs