mertsimsek
12/23/2019, 11:46 AMAdam Powell
12/23/2019, 4:05 PMDownloadController.download
method is doing a lot of work of its own - it is itself a suspend
function, it's performing launch
operations that create child jobs of the withContext
block's scope and don't permit the withContext
block to return until those launched jobs are complete