v0.1.0
- The
FileDownloadStatus
parameter type is changed fromint
tobyte
, which is frequently copied in IPC. - Optimization of multi task queue filtering time.
- Optimizing serial task execution mechanism.
FileDownloadStatus
parameter type is changed from int
to byte
, which is frequently copied in IPC.