pub fn bridge_unindexed<P, C>(
producer: P,
consumer: C,
) -> <C as Consumer<<P as UnindexedProducer>::Item>>::Result
Expand description
A variant of bridge_producer_consumer
where the producer is an unindexed producer.
pub fn bridge_unindexed<P, C>(
producer: P,
consumer: C,
) -> <C as Consumer<<P as UnindexedProducer>::Item>>::Result
A variant of bridge_producer_consumer
where the producer is an unindexed producer.