pub(crate) fn do_create_channel<T>(
    queue: VecDeque<T>
) -> SharedSession<Channel<T>> where
    T: Send + 'static,