asyncCalls
Executes multiple suspend functions asynchronously and waits for all to complete.
Return
A list containing the results of all the suspend functions.
Parameters
transforms
The suspend functions to execute asynchronously.
Executes multiple suspend functions asynchronously and waits for all to complete.
A list containing the results of all the suspend functions.
The suspend functions to execute asynchronously.