pub(crate) fn nil_queue<A>(
) -> Session<Rec<InternalChoice<Either<End, SendValue<A, Z>>>>> where
    A: Send + 'static,