Join Slack
Powered by
so in my code from before, where I call `runBlocki...
# kotlin-fuel
s
snowe
01/26/2019, 12:16 AM
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.
Open in Slack
Previous
Next