mzeeshanid / MZDownloadManager

This download manager uses NSURLSession api to download files. It can download multiple files at a time. It can download large files if app is in background. It can resume downloads if app was quit.
BSD 3-Clause "New" or "Revised" License
1.12k stars 238 forks source link

Multiple download files task called asynchronously #69

Open harsh6884 opened 6 years ago

harsh6884 commented 6 years ago

I am using this repository for multiple and single download files but at the time multiple download files it gets called asynchronously. I want to implement synchronously.