aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/FileReadTask.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* fix: make task and threading system safersaturneric2024-01-161-2/+2
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-2/+2
|
* fix: slove some known issuessaturneric2024-01-051-1/+0
|
* perf: reduce header includes and improve build speedsaturneric2023-10-231-4/+1
|
* fix: check and update copyright at filessaturneric2023-10-161-3/+5
|
* feat: add a simple TaskRunner systemSaturneric2022-05-131-0/+65
1. solve multiple threads problem.