27 #ifndef GPGFRONTEND_TASKRUNNERGETTER_H
28 #define GPGFRONTEND_TASKRUNNERGETTER_H
30 #include "core/GpgFrontendCore.h"
31 #include "core/GpgFunctionObject.h"
32 #include "core/thread/TaskRunner.h"
40 kTaskRunnerType_Default,
43 kTaskRunnerType_Network,
44 kTaskRunnerType_External_Process,
50 TaskRunnerType runner_type = kTaskRunnerType_Default);
53 std::map<TaskRunnerType, TaskRunner *> task_runners_;
Definition: GpgFunctionObject.h:148
static int GetDefaultChannel()
Get the Default Channel object.
Definition: GpgFunctionObject.h:232
Definition: TaskRunnerGetter.h:37
Definition: TaskRunner.h:40
Definition: CtxCheckTask.h:33