aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/Task.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: solve codacy issuessaturneric2023-03-311-1/+1
|
* feat: implement concurrent task in a proper waySaturneric2023-02-181-4/+12
|
* fix: improve the task execution modelSaturneric2023-02-181-21/+65
|
* feat: improve task execute systemSaturneric2023-02-171-16/+38
|
* feat: change the log style in source filesSaturneric2023-02-031-19/+19
|
* feat: add advanced gnupg operationsSaturneric2023-01-071-2/+2
| | | | | | 1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab
* feat: track pending tasks in task runner systemSaturneric2022-05-201-10/+18
|
* refactor: change log level for task systemSaturneric2022-05-191-10/+10
|
* feat(core): upgrade task runner system.Saturneric2022-05-141-10/+81
|
* feat: add a simple TaskRunner systemSaturneric2022-05-131-0/+74
1. solve multiple threads problem.