use sync;
use crateConnection;
/// The sending half of a channel to send an upgraded connection.
///
/// Unlike `async_std::sync::channel` the `send` method on this type can only be
/// called once, and cannot be cloned. That's because only a single instance of
/// `Connection` should be created.