aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/asynctask.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-214/+0
* Tasking::Async: Rename Async into AsyncTaskJarek Kobus2023-05-031-10/+9
* RunExtensions: Move onResultReady and onFinished into asynctask.hJarek Kobus2023-04-171-0/+70
* AsyncTask: Get rid of setAsyncCallData()Jarek Kobus2023-03-101-8/+0
* AsyncTask: add asyncRun() wrappers around QtConcurrent::run()Jarek Kobus2023-03-091-21/+33
* Utils: Introduce FileStreamerJarek Kobus2023-03-031-1/+7
* AsyncTask: Make it possible to run with promiseJarek Kobus2023-02-201-1/+43
* RunExtenstions: Remove StackSizeInBytesJarek Kobus2023-02-071-4/+1
* DiffEditor: Fix a crash when "No difference"Jarek Kobus2023-02-031-2/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* AsyncTask: Add async task adapter for task treeJarek Kobus2022-11-181-0/+15
* Utils: Introduce AsyncTaskJarek Kobus2022-11-181-0/+80