sequential await is the same as parallel await. ei...
# coroutines
j
sequential await is the same as parallel await. either the first thing is the slowest in which case everything after is completed or it's not the slowest in which case it moves down the list waiting on anything unfinished.