so in my code from before, where I call `runBlocki...
# kotlin-fuel
s
so in my code from before, where I call
runBlocking
and then
Fuel.download
, I actually don’t want to await because I’d rather have them all download in serial and just block until they’re all done downloading.