How excute in order I want execution in order[FIFO] how i can archive that `scope.launch{ List.forE...
v
How excute in order I want execution in order[FIFO] how i can archive that
Copy code
scope.launch{
List.forEach{
  Something(it)
}
s
list.map {suspendFun()}