Type Definition queue::Queue

source · []
pub(crate) type Queue<A> = Rec<InternalChoice<Either<End, SendValue<A, Z>>>>;