Struct nanomsg::PollRequest[][src]

pub struct PollRequest<'a> { /* fields omitted */ }

A request for polling a set of sockets and the poll results. To create the request, see PollRequest::new.

Methods

impl<'a> PollRequest<'a>
[src]

Creates a request from the specified individualsocket requests.

Returns a reference to the socket requests, so they can be checked.

Auto Trait Implementations

impl<'a> Send for PollRequest<'a>

impl<'a> Sync for PollRequest<'a>