![]() |
0.4.1
|
Flow Executor Thread. More...
Go to the source code of this file.
Namespaces | |
namespace | NAV |
namespace | NAV::FlowExecutor |
Functions | |
void | NAV::FlowExecutor::deregisterNode (const Node *node) |
Called by nodes when they finished with sending data. | |
bool | NAV::FlowExecutor::isRunning () noexcept |
Checks if the thread is running. | |
void | NAV::FlowExecutor::start () |
Starts the Thread. | |
void | NAV::FlowExecutor::stop () |
Stops the Thread. | |
void | NAV::FlowExecutor::waitForFinish () |
Waits for a thread to finish its execution. | |