Skip to content

Releases: lingochamp/FileDownloader

v0.1.2

17 Jan 15:06
Compare
Choose a tag to compare
  • Optimize thread digestion(map.
  • Fix: may pause() invalid in large queue task.
  • Fix: large queue task parallel download, may download has been completed but the callback

v0.1.1

17 Jan 15:06
Compare
Choose a tag to compare
  • Optimization of internal performance, according to the time split thread pool.
  • Add auto retry feature.

v0.1.0

17 Jan 15:06
Compare
Choose a tag to compare
  • The FileDownloadStatus parameter type is changed from int to byte, which is frequently copied in IPC.
  • Optimization of multi task queue filtering time.
  • Optimizing serial task execution mechanism.

v0.0.9

17 Jan 15:06
Compare
Choose a tag to compare
  • The start operation into independent thread processing, sharing thread pool in EventPool.

v0.0.8

17 Jan 15:07
Compare
Choose a tag to compare
  • initial release