aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/CtxCheckTask.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: improve the task execution modelSaturneric2023-02-181-0/+2
|
* feat: improve task execute systemSaturneric2023-02-171-1/+2
|
* fix: adjust initialized order and organizeSaturneric2022-05-191-3/+0
| | | | 1. disable command line file arg input ability
* feat: add a simple TaskRunner systemSaturneric2022-05-131-0/+54
1. solve multiple threads problem.