Releases: lingochamp/FileDownloader
Releases · lingochamp/FileDownloader
v0.1.2
- 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
- Optimization of internal performance, according to the time split thread pool.
- Add auto retry feature.
v0.1.0
- 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
- The start operation into independent thread processing, sharing thread pool in EventPool.