Struct asyncio::SocketListener [] [src]

pub struct SocketListener<P> { /* fields omitted */ }

Provides a ability to accept new connections.

Methods

impl<P: Protocol> SocketListener<P>
[src]

Trait Implementations

impl<P> IoObject for SocketListener<P>
[src]

Returns a IoService associated with this object.

impl<P> AsRawFd for SocketListener<P>
[src]

Extracts the raw file descriptor. Read more