Struct scaproust::core::PollReq [] [src]

pub struct PollReq {
    pub sid: SocketId,
    pub recv: bool,
    pub send: bool,
}

Request for socket polling, tells whether the poll should wait for the socket to become readable or writable.

Fields