Asynchronously maps the elements of the iterable with their index using the specified suspending function mapper.
Return
A list containing the results of applying the mapper function to each indexed element.
Parameters
The suspending function to apply to each indexed element.