CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
RequestExecutor.cpp File Reference

Implementation of the request-system worker side: gateway link upkeep with heartbeats, short/long request queueing and the reply path, plus the delay-simulating TestRequestExecutor. More...

#include "RequestExecutor.h"
Include dependency graph for RequestExecutor.cpp:

Go to the source code of this file.

Namespaces

namespace  cmlabs

Functions

THREAD_RET THREAD_FUNCTION_CALL cmlabs::RequestExecutorRun (THREAD_ARG arg)
 Thread entry point for the RequestExecutor worker loop.
THREAD_RET THREAD_FUNCTION_CALL cmlabs::ShortExecutorRun (THREAD_ARG arg)
THREAD_RET THREAD_FUNCTION_CALL cmlabs::LongExecutorRun (THREAD_ARG arg)

Detailed Description

Implementation of the request-system worker side: gateway link upkeep with heartbeats, short/long request queueing and the reply path, plus the delay-simulating TestRequestExecutor.

Definition in file RequestExecutor.cpp.