Adds the map_async() method to iterator. It makes the following possible: (replace "0u16" with an useful function that needs async) ```rust async fn test() -> Vec<u16> { [0u8].into_iter() .map_async(async |_| 0u16) .await .collect() } ```
Adds the map_async() method to iterator.
It makes the following possible: (replace "0u16" with an useful function that needs async)