@Bruno Ortiz Please, post big snippets of code as a link to gist. As w.r.t. you question, it looks that you are using blocking API to download your document, so you are not getting any benefits from coroutines, which is expected. Coroutines are designed to make working with asynchronous APIs easier.