Reputation: 10936
I am uploading large zip files in to the system. where zip extraction may take several minutes. I want to send this zip extraction in to the background as don't want to block the UI.
_.unzip(filePath ,uploadPath) #is it possible to make it async or independent?
Upvotes: 1
Views: 917