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