I want to create a download queue which downloads tasks one after the other. for example I start downloading a file and in the middle I order FileDownloader to download another file, I want the second file to go to queue and get downloaded after the first file is finished downloading.
How can I implement this ?
I want to create a download queue which downloads tasks one after the other. for example I start downloading a file and in the middle I order FileDownloader to download another file, I want the second file to go to queue and get downloaded after the first file is finished downloading.
How can I implement this ?