#include "main_include.h"
Go to the source code of this file.
Defines | |
#define | CALL_REMOTE(NAME, CALLS, EVENTS) boost::bind(&callTask, #NAME, CALLS, EVENTS) |
Functions | |
TaskResult | callTask (std::string task_address, const CallContext &call_ctx, EventQueue &queue) |
#define CALL_REMOTE | ( | NAME, | |
CALLS, | |||
EVENTS | |||
) | boost::bind(&callTask, #NAME, CALLS, EVENTS) |
Definition at line 34 of file custom_task.h.
TaskResult callTask | ( | std::string | task_address, |
const CallContext & | call_ctx, | ||
EventQueue & | queue | ||
) |
Definition at line 13 of file custom_task.h.