tusharmath/Multi-threaded-downloader

Overall completion information should be available.

Closed this issue · 2 comments

Currently it doesn't support to get the current download progress i.e. information like:
How much downloaded, Current download speed, estimated time.

The values can be computed quite easily using the threads object. But I guess basic stuff like completion can still be provided.

Completion() function is now available.