[−]Function astral::thirdparty::rayon::iter::plumbing::bridge_unindexed
pub fn bridge_unindexed<P, C>(
producer: P,
consumer: C
) -> <C as Consumer<<P as UnindexedProducer>::Item>>::Result where
C: UnindexedConsumer<<P as UnindexedProducer>::Item>,
P: UnindexedProducer,
A variant of bridge_producer_consumer
where the producer is an unindexed producer.