aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/TaskRunnerGetter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: slove threading and memory issuessaturneric2023-12-151-10/+22
|
* feat: general improvements of aync execution and memory securitysaturneric2023-12-031-1/+1
|
* refactor: start to tidy up code using clang-tidysaturneric2023-10-281-2/+0
|
* feat: improve thread system and gathering gnupg options info to rtsaturneric2023-10-271-5/+11
|
* feat: simplify the thread system and improve its stabilitysaturneric2023-10-181-1/+1
|
* feat: using piml tech on plugin systemsaturneric2023-10-161-1/+1
|
* fix: check and update copyright at filessaturneric2023-10-161-3/+5
|
* feat: add a simple TaskRunner systemSaturneric2022-05-131-0/+46
1. solve multiple threads problem.