31 #include "core/GpgFrontendCore.h"
32 #include "core/thread/Task.h"
33 #include "core/typedef/CoreTypedef.h"
34 #include "core/typedef/GpgTypedef.h"
46 auto GPGFRONTEND_CORE_EXPORT
48 const GpgOperationCallback& callback,
const QString& operation,
49 const QString& minial_version) -> Thread::Task::TaskHandler;
59 auto GPGFRONTEND_CORE_EXPORT
RunGpgOperaSync(
const GpgOperaRunnable& runnable,
60 const QString& operation,
61 const QString& minial_version)
62 -> std::tuple<GpgError, DataObjectPtr>;
71 auto GPGFRONTEND_CORE_EXPORT
RunIOOperaAsync(
const OperaRunnable& runnable,
72 const OperationCallback& callback,
73 const QString& operation)
74 -> Thread::Task::TaskHandler;
84 auto GPGFRONTEND_CORE_EXPORT
RunOperaAsync(
const OperaRunnable& runnable,
85 const OperationCallback& callback,
86 const QString& operation)
87 -> Thread::Task::TaskHandler;
auto RunGpgOperaSync(const GpgOperaRunnable &runnable, const QString &operation, const QString &minial_version) -> std::tuple< GpgError, DataObjectPtr >
Definition: AsyncUtils.cpp:80
auto RunIOOperaAsync(const OperaRunnable &runnable, const OperationCallback &callback, const QString &operation) -> Thread::Task::TaskHandler
Definition: AsyncUtils.cpp:99
auto RunOperaAsync(const OperaRunnable &runnable, const OperationCallback &callback, const QString &operation) -> Thread::Task::TaskHandler
Definition: AsyncUtils.cpp:127
auto RunGpgOperaAsync(const GpgOperaRunnable &runnable, const GpgOperationCallback &callback, const QString &operation, const QString &minial_version) -> Thread::Task::TaskHandler
Definition: AsyncUtils.cpp:39