Struct scaproust::Probe [] [src]

pub struct Probe { /* fields omitted */ }

Probe is what applications use to poll sockets.

Methods

impl Probe
[src]

[src]

Checks the sockets and reports whether it’s possible to send a message to the socket and/or receive a message from each socket. Returns a vector of PollRes, one for each PollReq provided a build time.

Trait Implementations

impl Drop for Probe
[src]

[src]

Executes the destructor for this type. Read more