Struct xio_common::Connection[][src]

pub struct Connection { /* fields omitted */ }

Methods

impl Connection
[src]

Create a Connection, and give it an identifier.

The identifier gets inserted in the thread name, helping to identify threads when debugging.

The resulting thread name is something like "xio_tx:" or "xio_rx:".

Trait Implementations

impl Drop for Connection
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Connection

impl !Sync for Connection