aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/Task.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: improve the task execution modelSaturneric2023-02-181-16/+25
|
* feat: improve task execute systemSaturneric2023-02-171-4/+23
|
* fix: reduce info level logsSaturneric2023-02-111-2/+2
|
* feat: change the log style in source filesSaturneric2023-02-031-4/+4
|
* feat: add advanced gnupg operationsSaturneric2023-01-071-5/+7
| | | | | | 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-0/+6
|
* refactor: change log level for task systemSaturneric2022-05-191-3/+4
|
* fix: solve dll export problem on inner classSaturneric2022-05-151-3/+27
|
* feat(core): upgrade task runner system.Saturneric2022-05-141-9/+132
|
* feat: add a simple TaskRunner systemSaturneric2022-05-131-0/+113
1. solve multiple threads problem.